Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Procedures In An Access97 database
Message
From
26/11/2001 16:10:43
 
 
To
26/11/2001 15:56:36
Dave Nantais
Light speed database solutions
Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00585910
Message ID:
00586005
Views:
36
>What I'd like to do ... is .. run a MakeTable query in Access97....
>I'd like to fire it via "SQL PassThrough"
>If this is not possible I am going to use Automation and a macro to perform a MakeTable Query and Fetch the resulting table via SQL Pass Through.
>
>Do you know how to fire a Make Table Query via SQL Pass Through ?

OK, you can use the CALL statement for queries too:
lnRes=SQLExec(lnHandle, "{CALL myMakeQuery}")
Should be able to run a make table query (no parameters).HTH

update:(correction for SQLExec call)
Previous
Reply
Map
View

Click here to load this message in the networking platform