Hi
I get the following error when i call my method from the class any ideas?
Unable to convert MySQL date/time value to System.DateTime
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.Types.MySqlConversionException: Unable to convert MySQL date/time value to System.DateTime
Source Error:
Line 324: string strqry = "Select * FROM tblclients"; Line 325: Line 326: DataTable returnDatatbl = conClass.queryDB(strqry); Line 327: Line 328: |