How i can use the adodb control to delete all the records of one table????
or maybe what is the best way to do it???
I am using a mdb File like database, conected to visualbasic using a odbc connection.
I tryied using the adodb control of this way :
adbControl.RecordSource = "Delete * from Table"
adbControl.Refresh
But i have a error
Any ideas.
Thanks.
Jetttt
or maybe what is the best way to do it???
I am using a mdb File like database, conected to visualbasic using a odbc connection.
I tryied using the adodb control of this way :
adbControl.RecordSource = "Delete * from Table"
adbControl.Refresh
But i have a error
Any ideas.
Thanks.
Jetttt