Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with insert
Message
From
18/11/2005 10:45:46
 
 
To
18/11/2005 10:42:19
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
OS:
Windows Server 2003
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01070180
Message ID:
01070235
Views:
18
Daniel,

I'm guessing that you don't understand the English word "semi-colon"? You posted the line that read....
command.CommandText = "insert into backup (id,descr) values (2,'danny');"   
All Kevin is saying is to try it this way:
command.CommandText = "insert into backup (id,descr) values (2,'danny')"   
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform