mcmprashanth
4 years agoOccasional Contributor
Throwing error on the DB table
Hi, Can someone suggest why testcomplete is throwing error on my table name statement (aCmd.CommandText = "account_name") as "Invalid object name". It appears to connect to DB fine as aCon.State is ...
- 3 years ago
Hi mcmprashanth -
It looks to me like you need to specify the table name when opening the table connection:
see example here:
https://support.smartbear.com/testcomplete/docs/reference/program-objects/ado/createadotable.html
Let me know if you have further questions.
Emma