Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SPT Insert Syntax
Message
 
À
13/09/2006 10:17:31
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01153293
Message ID:
01153314
Vues:
14
>It is a VFP Cursor.

You can't do that. ODBC driver doesn't see your VFP cursors.
You could do something like:
SQLPREPARE(lnSQL, "Insert Into webprddt6.tsotagtblt (cono, recseq) VALUES (?myTest.cono, ?myTest.SerNo)")
SELECT myTest
SCAN
   SQLEXEC(lnSQL)
ENDSCAN
not tested and no error handling in that example.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform