Hi,
What is the easiest and fastest way to delete all records from a table in a MySQL table using an ODBC view.
Using doesn't work for many reasons (sometimes "connection busy", sometimes "update conflict"):
select table_view
requery()
delete all
= tableupdate(1,.T.)
Deleting record by record after a requery is stable, but way too slow. Any suggestions?
Regards, Gerrit
What is the easiest and fastest way to delete all records from a table in a MySQL table using an ODBC view.
Using doesn't work for many reasons (sometimes "connection busy", sometimes "update conflict"):
select table_view
requery()
delete all
= tableupdate(1,.T.)
Deleting record by record after a requery is stable, but way too slow. Any suggestions?
Regards, Gerrit