Try checking for the InnerException. While SqlExceptions are known to be cryptic, you might get lucky.
On Dec 17, 11:24 am, QC <[email protected]> wrote: > This is the string i got from SQLException.ToString() (it was logged > into the log file): > > System.Data.SqlClient.SqlException: > at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior > cmdBehavior, RunBehavior runBehavior, Boolean returnStream) > at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
