Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paradox table level - how to change ?

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
Not so much a Delphi question....
I'm dealing with some old adopted Paradox tables.
Some of them have different version numbers against them - i.e. some tables are Paradox version 4, some Paradox version 5.
How can I ensure that the version 4 tables are upp'ed to version 5 ?
I thought that restructuring them would have done this - but had no joy.
Any clues anyone ?
Thanks in advance
Steve
 
What is the table level set to in the BDE? Open the BDE Administrator - go to the Configuration Tab, Drivers, Native, Paradox, set the Level, and save the configuration.

Borland has a .dll called TUtility that will convert tables for you. You can find it here: Go down to "32 Bit Utilities" and look for "Paradox table alter with Delphi source" or "Paradox table repair with Delphi source" for interfaces to this .dll file.

-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top