I am using an ADO DataControl linked to a SQL server database. I need to trap certain errors. How can I determine what errors are occuring so that I can direct the flow of the program to various options?
I use the tried and true method of crashing my program. Remove (comment out) any error handling from a procedure and run it until all possible errors are found. You then have the error numbers that you can trap for.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.