blah blah blah is here! blah blah » Close

0
votes
1 answers

Syntax MySql 5.0 for update

Hi Does anyone know what syntax to use with Mysql 5.0, please look at my code sample below. [code] UpdateCommand="UPDATE Table1 SET Name= @Name, Address= @Address, Date = @Date, Info = @Info, Phone =@Phone WHERE Id =?" [/ ...

0
votes
0 answers

MySQL Transactions C#

I have a MySQL transaction that I'm trying to do. The first step is to write to the table files. When this happens, the database should auto-create the FileID. The second step is to lookup the FileID that was just created. This part ...

0
votes
1 answers

GridView won't delete rows in MySQL database

I get the GridView to load properly but cannot figure out how to make it delete values. How do I make the deletion propogate to the database? I think one of the problems is that I'm using the SelectedIndex property in the code behind ...

Feedback