A
Athena
Hello,
I am new to this so sorry for the this simple question.
I want to delete certain records on all the tables in a database using
ADO from VB6. I can have a line like below:
sSQL="DELETE * FROM TableName WHERE FieldID='" & FieldName & "'"
But how can I scan all the tables in the database so that TableName above
is each one of the tables in the database.
Thank you.
Athena
I am new to this so sorry for the this simple question.
I want to delete certain records on all the tables in a database using
ADO from VB6. I can have a line like below:
sSQL="DELETE * FROM TableName WHERE FieldID='" & FieldName & "'"
But how can I scan all the tables in the database so that TableName above
is each one of the tables in the database.
Thank you.
Athena