Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Equivalent in EDB of RepairTable
Mon, Jul 23 2007 4:26 AMPermanent Link

Pilotjj
I've have used "tblEmployee.RepairTable" in Delphi 6 (DBISAM 4.25). I would like to know what is the equivalent using Delphi 2007 (ElevateDB 1.4 b6).
Mon, Jul 23 2007 5:22 AMPermanent Link

"Harry de Boer"
LS.

From the manual:

Removed methods
==============
OptimizeTable
RepairTable
VerifyTable
UpgradeTable

These methods are no longer necessary. ElevateDB uses SQL for
all administrative functionality. Please see the OPTIMIZE TABLE
and REPAIR TABLE topics for more information.

Regards, Harry


"Pilotjj" <koos.loots@absa.co.za> schreef in bericht
news:8F3EBAAC-2B23-4ADD-BA8C-DFCCD7C07248@news.elevatesoft.com...
> I've have used "tblEmployee.RepairTable" in Delphi 6 (DBISAM 4.25). I
would like to know what is the equivalent using Delphi 2007 (ElevateDB 1.4
b6).
>

Mon, Jul 23 2007 3:14 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< I've have used "tblEmployee.RepairTable" in Delphi 6 (DBISAM 4.25). I
would like to know what is the equivalent using Delphi 2007 (ElevateDB 1.4
b6). >>

Use the TEDBDatabase.Execute method to execute a REPAIR TABLE statement:

http://www.elevatesoft.com/edb1sql_repair_table.htm
http://www.elevatesoft.com/edb1d7_tedbdatabase_execute.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jul 24 2007 2:00 AMPermanent Link

Pilotjj
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

<< I've have used "tblEmployee.RepairTable" in Delphi 6 (DBISAM 4.25). I
would like to know what is the equivalent using Delphi 2007 (ElevateDB 1.4
b6). >>

Use the TEDBDatabase.Execute method to execute a REPAIR TABLE statement:

http://www.elevatesoft.com/edb1sql_repair_table.htm
http://www.elevatesoft.com/edb1d7_tedbdatabase_execute.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Thanks Tim.

Image