Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:DRTFA (Score 1) 166

I don't know how different Java is to .NET in terms of exceptions, but with .NET you get an SQLException thrown, but the Message property would just contain something succinct like "Incorrect username or password". There are also a properties giving you access to the actual error codes from the SQL Server. You can also still look at the StackTrace property to get the full stack trace if you want.

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...