Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want to fire a procedure every 2 seconds
Message
De
30/08/2001 09:40:49
 
 
À
30/08/2001 07:45:55
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00550758
Message ID:
00550829
Vues:
16
Hi Nico Las,

The object timer runs the "event TIMER" in each "INTERVAL property", for instance:


If I set the INTERVAL property to 10000 (milisenconds) the event timer will be fire up in each 10 seconds, if I do:
procedure mytimer.timer
lparameter nfoo
wait window "Ten seconds has passed !" nowait
return
endproc
The message: "Ten seconds has passed !" will be show on the right corner in each ten seconds !


CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform