Viewing 5 posts - 1 through 5 (of 5 total)
For this purpose, i have made the following steps :
1. open the vba project in Access
2. print it in a pdf document, save it
3.open the pdf doc, copy and paste...
November 18, 2005 at 3:51 am
hello,
I've Checked the "Delay between responses..." option on the "Response" tab of the Alert properties dialog. It was set on the value of 1 minute, so i put it at 25...
October 20, 2005 at 7:56 am
A user , Bill for exemple, makes an insert in table mytable1. The trigger is fired for the first time, and the sqlserver job starts.
Another user, Georges II for exemple,...
October 19, 2005 at 9:56 am
Here's the ddl text for my trigger
TRIGGER mytrigger ON dbo.mytable1 FOR INSERT
AS
declare @numcourant integer
declare @dat datetime
BEGIN
set @numcourant=(select numdem from inserted)
set @dat = getdate()
insert into dbo.mytable2 (NUDEM , DTCRA) values (@numcourant...
October 19, 2005 at 9:21 am
If you want to see the relations between tables, you can use a free tool called dbvisualizer, from minq software .
They have a good graphical way of representing the referential integrity,...
May 19, 2005 at 3:09 am
Viewing 5 posts - 1 through 5 (of 5 total)