BorlandGeek
Programmer
I want to delete all my records in a table
so i do this
Table1->Delete(); //preparing for delete
Table1->DeleteRecords(arAll);
the last line causes an error saying cannot to this
in this context anyone have any ideas??
so i do this
Table1->Delete(); //preparing for delete
Table1->DeleteRecords(arAll);
the last line causes an error saying cannot to this
in this context anyone have any ideas??