Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
Server.CreateObject("ADODB.Errors") fails
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Egbert Nierop \(MVP for IIS\), post: 4350605"] please visit the Microsoft Online Support site located at: this one. Any ideas why and how to fix? The Errors collection is non-creatable, which means that the factory for creating that collection is not in your hands but in the hands of ADODB itselves... :) TO fetch one do this Set myErrors = myConn.Errors For each Er in myErrors Response.Write er.Description Response.Write "<BR>" Response.Write er.Source Next [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
Server.CreateObject("ADODB.Errors") fails
Top