Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't insert into VFP table
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01181015
Message ID:
01181019
Views:
8
>I'm trying to insert a record into customer table (foxpro).
>
>I'm using ...ExecuteNonQuery();
>
>My insert statment looks like this:
>sqlCom = "INSERT INTO customer (cust_id, company, contact) VALUES ('SAMAHN', 'SKAHN REST', 'Sam Ahn')"
>
>
>The error I keep getting is:
>"Cannot implicitly convert type 'int' to 'System.Data.OleDb.OleDbDataReader'
>
>What does it not like?
>
>TIA.

Sam,
You have to post more of the code, like where you create the connection to the database/table.

Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform