Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 I want to get the exact detailed error description

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-01-12 : 12:48:13
When I run the code in VB.NET that accesses SQL server.Whenever I have a mistake accessing or updating the database, all I get is the following error:
"an unhandeled exception of type system.data.oledb.oledbexception occurred in system.data.dll ""
When I get that general description, I can t know exactly what the problem is and therefore I can t fix the problem.

Me, I want the exact error generated by sql server and not a generic error description by .NET.

I appreciate your assistance.
   

- Advertisement -