Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stored Procedures In An Access97 database
Message
De
26/11/2001 16:10:43
 
 
À
26/11/2001 15:56:36
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:
00586005
Vues:
38
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform