0
Reply

Problem Inserting with CommandBuilder

Doug Scaddan

Doug Scaddan

Oct 30 2005 8:21 AM
1.5k
I'm having a problem with the CommandBuilder in C#.NET 1.1 I can delete and edit rows fine but when I try to insert a new one it says there's a problem with the syntax. I'm using Access as my data source. The problem SQL query is INSERT INTO Player(Sweater, FirstName, LastName, Position) VALUES (?, ?, ?, ?) I don't get why it's not working. Any Help? Please.
Ealdormere