error messages in regards to connection strings
am 28.09.2006 14:26:57 von Chris Williamsonhow is it possible to show error messages in regards to connection strings?
how is it possible to show error messages in regards to connection strings?
Chris Williamson wrote:
> how is it possible to show error messages in regards to connection
> strings?
Error trapping is done via "On Error Resume Next" and checking the Err
object on the line following the line that could have generated an
error.
If you already knew that, then please be a little more specific.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.