Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC DRiver
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
ODBC DRiver
Miscellaneous
Thread ID:
00456591
Message ID:
00456591
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform