Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Procedures In An Access97 database
Message
From
26/11/2001 14:45:43
 
 
To
26/11/2001 14:18:29
Dave Nantais
Light speed database solutions
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00585910
Message ID:
00585927
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform