Forum Discussion
joffre
14 years agoRegular Contributor
Robert,
A good way to solve my Create/Select problem is:
When I rename the file, I'll open it and search the CREATE TABLE code. If found, it will copy the entire line to a new SQL file.
Can TestComplete do that?
After all SQL file get searched, I'll open the new SQL file that has been created by TestComplete and replace the CREATE TABLE for SELECT.
BUT how do I do that?!
A good way to solve my Create/Select problem is:
When I rename the file, I'll open it and search the CREATE TABLE code. If found, it will copy the entire line to a new SQL file.
Can TestComplete do that?
After all SQL file get searched, I'll open the new SQL file that has been created by TestComplete and replace the CREATE TABLE for SELECT.
BUT how do I do that?!