Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sqlexec & store procedure
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00964589
Message ID:
00964605
Vues:
9
This message has been marked as the solution to the initial question of the thread.
You cannot call VFP stored procedures through VFP ODBC driver because this functionality is not supported by the driver. As a workaround, you can create a table with a trigger and call stored procedure from that trigger. You can use fields in that table to pass parameters into stored procedures. Check also How To Execute a Stored Procedure in a VFP Database with the VFP OLE DB Provider mskb #299820.


>
>Can somebody give me an example how to call an store procedure in a DBC using SQLEXEC.
>
>the DBC will be remote so I need to stablish the connection and then execute the SQLEXEC but i dont find any good example how to do it in VFP databses. All the examples are to SQL Servers.
>
>for example if I include the following syntax get different error,
>
>databasename!procedurename unreconize command
>
>Databasename.procedurename zyntax error or security error
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform