I think I should include more details as to what the error message says. the description says to look at the stack trace. It does not make any sense to me, but I noticed that the top line in the stack trace (which works upwards, Im assuming???) is always the line containing "open packet" and "255". Is there anything significant about this? I googled but couldnt really find anything. Im assuming the 'line 1' in the exception details is referring to line 1 of the stack trace?
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: MySql.Data.MySqlClient.MySqlException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Stack Trace: [MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1] MySql.Data.MySqlClient.MySqlStream.OpenPacket() +255 MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId) +55 MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() +48 MySql.Data.MySqlClient.MySqlDataReader.NextResult() +715 ...etc Thanks guys!
