Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert records into AS400 file
Message
De
15/03/2001 14:46:37
 
 
À
15/03/2001 12:25:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00485314
Message ID:
00485538
Vues:
11
I got it! ODBC did not like:

SQLEXEC(lnHandle, "INSERT INTO QS36F.GLACNT02 (glacnt, gldesc) ;
VALUES(glacnt, gldesc)")

The following works:

SQLEXEC(lnHandle, "INSERT INTO QS36F.GLACNT02 (GLACNT, GLDESC) ;
VALUES(?GLACNT, ?GLDESC)")

Thanks Daniel, you got me pointed in the right direction!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform