|
|
|
Junior Member
      
Group: Forum Members
Last Login: 2/9/2007 7:35:17 AM
Posts: 15,
Visits: 9
|
|
| I am now working in a project and I have a SQL DataSource and a GridView. I am working with a mySQL 3.51 database. The problem is when I am trying to update a record through the update command of the gridview it is not working. What might be the cause.
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/2/2009 5:42:10 PM
Posts: 10,
Visits: 2
|
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/13/2009 7:35:58 PM
Posts: 14,
Visits: 3
|
|
There is a bug with mySQL using the update command. insert, and replace may work fine, but update will fail if you are using variable names that are the same as mySQL reserved words.
It's hard to answer your question without seeing the code. It would help if you post that segment of your code.
|
|
|
|