I can't find a "Select All" method or anything similar.
Thanks in advance...
with Table1 do
while not(EOF) do Delete;
--
Sergi Torres Molins
E-mail: sert...@inf.upv.es
phone: + 34 6 185 73 39
Alumno de la Facultad de Informatica
Universidad Politecnica de Valencia
Valencia - Spain
ave...@ix.netcom.com escribió en artículo <326BBF...@ix.netcom.com>...
Use the "EmptyTable" method. A quick look in index of the 'Database
Application Developer's Guide' would have told you this ...
Aage J.
-----------------------------------------------------------------------
This article was posted to Usenet via the Posting Service at Deja News:
http://www.dejanews.com/ [Search, Post, and Read Usenet News!]
use the method EmptyTable of the ttable component.
regards, tom
Try a method in the table component called "EmptyTable" or with a
Query Component
"Delete * from TABLENAME"
and then ExecSql. (PS Don't Open the Query as that will not work)
--
Goobyee
Gary...
_
/ \
___/___\___
(- -)
----------ooO---"---Ooo-------------
'Oh Nooo, where duglass greeeen'
http://www.pipex.co.za/users/garym
oooO Oooo
----------( )---( )-------------
\ ( ) /
\_) (_/
ave...@ix.netcom.com wrote in article <326BBF...@ix.netcom.com>...
for i := 1 to thetable.recordcount do
thetable.delete;
--
Andrew Jacobs
ho...@union4.su.swin.edu.au
**********************************************************
* *
* *** The Official Lovetester page *** *
* http://www.su.swin.edu.au/~hoju/ *
* *
* Every time you visit my web page, I'll send you $40! *
* (cheques will not be honoured) *
* *
**********************************************************