Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Delphi Databases > what is the bes...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 900 of 988
Post > Topic >>

what is the best way to empty dbase table..

by "shotokan99" <soft_devjava@[EMAIL PROTECTED] > Feb 24, 2006 at 09:58 PM

this is how i do it:

with db.table1 do
begin
   open;
   first;
   for i :=  1 to recordcount do
      delete;
   close;
end;


table1 has a corresponding index table1.mdx
by the method im using..will it also autmatically update the mdx file?
 




 4 Posts in Topic:
what is the best way to empty dbase table..
"shotokan99" &l  2006-02-24 21:58:54 
Re: what is the best way to empty dbase table..
"Bruce Roberts"  2006-02-25 13:51:10 
Re: what is the best way to empty dbase table..
"shotokan99" &l  2006-02-25 23:18:38 
Re: what is the best way to empty dbase table..
"Bruce Roberts"  2006-02-27 10:26:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 3:16:55 CDT 2008.