Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errror using VFPToolkit
Message
From
03/05/2004 13:38:41
 
 
To
All
General information
Forum:
ASP.NET
Category:
Migration
Title:
Errror using VFPToolkit
Miscellaneous
Thread ID:
00900451
Message ID:
00900451
Views:
90
I have the following code
string lcConnectionString;
string lcSQL;
OleDbConnection oConn;
//Get the connection string and sql statement
lcConnectionString = "Provider=vfpoledb.1;Data Source='C:\\globalfund\\test.dbc';password='';user id=''";
oConn = VFPToolkit.vfpData.SqlConnect(lcConnectionString);
VFPToolkit.vfpData.SqlExecute(oConn, "update country set country = 'Argentina' where country = 'test'");

The does update data but I am getting an error:
Cannot find table 0

Can someone help, please?
Reply
Map
View

Click here to load this message in the networking platform