Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC DRiver
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
ODBC DRiver
Divers
Thread ID:
00456591
Message ID:
00456591
Vues:
57
Hi All:
I am using Microsoft ODBC driver from my fox app. I am getting an ODBC driver error. The error reads "Too few Parameters. Expected 2"
Here is my code.

lcsql = "UPDATE jcjob SET jcjob.name = " + CHR(34) + ;
ALLTRIM(cCoName) + CHR(34) + ;
" where jcjob.jobnum = " + Alltrim(nCoIId)

IF sqlprepare(lnhandle,lcsql)>0
IF sqlexe(lnhandle) > 0
What I am doing wrong.
Thanks
MA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform