Forum Discussion
AlexKaras
7 years agoCommunity Hero
Hi,
a) The message does not say that ADO cannot connect to the database. It says that the system is out of resources. It's better to reboot.
b) ADO Query object assumes that a recordset is returned, while your SQL will not return a recordset. Not sure about ADO wrapper in TestComplete, but in 'pure' ADO you should use Command object instead of Recordset in this case.
TanyaYatskovska
Alumni
7 years agoThanks for sharing your suggestions, Alex.
DKumar04, did Alex reply help you overcome the error message? If it did, please accept his reply as a solution.