Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stored Procedures In An Access97 database
Message
De
26/11/2001 14:45:43
 
 
À
26/11/2001 14:18:29
Dave Nantais
Light speed database solutions
Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00585910
Message ID:
00585927
Vues:
24
This message has been marked as a message which has helped to the initial question of the thread.
>Do stored procedures in Access97 exist?
>Can a module or a Macro in Access97 be fired by VFP through SQL PassThrough?


a) No, AFAIK. What you have is "action queries" or parameterized queries.
b) No, but you can do it through Access automation:
oAccess.Run("SayHello") 'Run a public function or Sub
oAccess.DoCmd.RunMacro("My Macro") 'Run a macro
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform