[help]insert record into MySQL db using ASP.NET???
Hi expert,
I am having problem in inserting record into MySQL table. It just keep inserting NULL value to the table.
Below is my code: (I am using ODBC Connection)
insert into compensation (HP,System,AddDate,Times) values (@HP,@System,@AddDate,1)
Excellent ... please could you tell me the solution .. I have exactly the same problem .. keep on inserting null values to the database regarding names ... numbers are inserted though !!
Bookmarks