Forum Discussion
Hi! :smileyhappy:
I'm also not an expert, but in more common development tools we often have this database return, about when we have a "integrity constraint," for example. Not even in this case do I get a response using "ADO".
For this reason I am believing that using another driver to connect with the database could raise these exceptions. :smileyindifferent:
Maybe there is another way in TestComplete itself that I do not know, so here I am trying to understand how it works.
TestComplete is a great tool for developing scripts, I can not believe I can not do this. :smileysad:
Because TestComplete is for developing scripts that execute within the specific execution engine of TestComplete. So, there is a scoping that is happening, I believe, where that engine does not have access to the exceptions raised by the SQL database. You will need to create something taht does that can be called within the TestComplete engine...