I've been getting a 07006 error when attempting to store a variable types as a double into a table with the c# .net ODBC components using the MySql ODBC driver. I place the value into the record via a variable also typed as a double with the following code:
dbrow["doublevar"] = doubleval; The connection appears to be ok - as long as I don't use any decimal or double columns in the table everything works. I have varchar, date, and integer values in this table, and did not experience any problems storing or retrieving the records until I added the double. What am I doing wrong? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]