by nageswaragunupudi » Tue Jun 26, 2007 4:27 am
In future, if you get any ADO feature not working, put a standard routine to show the last ADO Error after CATCH. ADO Connection object contains an Errors collection. Last item of the Errors collection is the recent Error Object. Error object has these properties: Description, NativeError, Number, Source, SQL State, HelpContext, HelpFile.
If we write a generic routine to show ADO last error and put it after each CATCH statement, we know what to do without losing much time.
Regards
G. N. Rao.
Hyderabad, India