Board index » delphi » How convert PDox 5 DB to PDox 7.

How convert PDox 5 DB to PDox 7.

How can I convert a Paradox 5 DB to Paradox 7? I do not own ACTUAL Paradox,
but have Delphi 4, and the "Database Desktop 7".

I already tried restructuring a table in the "Database Desktop 7" and it had
no effect on the version.

Neal

 

Re:How convert PDox 5 DB to PDox 7.


Have you tried copying the table with the Database desktop?

Quote
Neal wrote in message <7m2eqo$he...@forums.borland.com>...
>How can I convert a Paradox 5 DB to Paradox 7? I do not own ACTUAL Paradox,
>but have Delphi 4, and the "Database Desktop 7".

>I already tried restructuring a table in the "Database Desktop 7" and it
had
>no effect on the version.

>Neal

Re:How convert PDox 5 DB to PDox 7.


If your table does not uses and level 7 features the DB Desktop will not
restructure it to level 7.  Add a level 7 feature to the table and it should
upgrade it to a level 7 automatically.  You can set the default Level in the BDE
Administrator for all new tables.  

Quote
Neal wrote:

> How can I convert a Paradox 5 DB to Paradox 7? I do not own ACTUAL Paradox,
> but have Delphi 4, and the "Database Desktop 7".

> I already tried restructuring a table in the "Database Desktop 7" and it had
> no effect on the version.

> Neal

--
Jeff Overcash (TeamB)
      (Please do not email me directly unless  asked. Thank You)
And so I patrol in the valley of the shadow of the tricolor
I must fear evil. For I am but mortal and mortals can only die.
Asking questions, pleading answers from the nameless
faceless watchers that stalk the carpetted  corridors of Whitehall.
             (Fish)
--

Re:How convert PDox 5 DB to PDox 7.


This might work (I've never tried it) :

1) Change the default Paradox level for new tables to 7 in BDE Admin.
2) Create a new table with the same structure as your level 5 table. If
you're lucky, it will be a level 7.
3) Batchmove the data from the level 5 table to the level 7 table.

HTH

--

Alain Quesnel

Neal <ne...@msengineering.net> a crit dans l'article
<7m2eqo$he...@forums.borland.com>...

Quote
> How can I convert a Paradox 5 DB to Paradox 7? I do not own ACTUAL
Paradox,
> but have Delphi 4, and the "Database Desktop 7".

> I already tried restructuring a table in the "Database Desktop 7" and it
had
> no effect on the version.

> Neal

Re:How convert PDox 5 DB to PDox 7.


Thanks,

Actually,

Your'e right, but I found a quicker way:

1. I changed "the default Paradox level for new tables to 7 in BDE Admin."
Like you said to.
2. Then I used DataPump to move a whole database to v7.0.  That thing rocks!

No programming required.

Neal

Quote
Alain Quesnel <alainqsanss...@videotron.ca> wrote in message

news:01bec969$912ac180$9e61c0d8@k3sd96...
Quote
> This might work (I've never tried it) :

> 1) Change the default Paradox level for new tables to 7 in BDE Admin.
> 2) Create a new table with the same structure as your level 5 table. If
> you're lucky, it will be a level 7.
> 3) Batchmove the data from the level 5 table to the level 7 table.

> HTH

> --

> Alain Quesnel

> Neal <ne...@msengineering.net> a crit dans l'article
> <7m2eqo$he...@forums.borland.com>...
> > How can I convert a Paradox 5 DB to Paradox 7? I do not own ACTUAL
> Paradox,
> > but have Delphi 4, and the "Database Desktop 7".

> > I already tried restructuring a table in the "Database Desktop 7" and it
> had
> > no effect on the version.

> > Neal

Re:How convert PDox 5 DB to PDox 7.


What is DataPump?

Thanks,

SDiebel

Quote
Neal wrote:
> Thanks,

> Actually,

> Your'e right, but I found a quicker way:

> 1. I changed "the default Paradox level for new tables to 7 in BDE Admin."
> Like you said to.
> 2. Then I used DataPump to move a whole database to v7.0.  That thing rocks!

> No programming required.

> Neal

> Alain Quesnel <alainqsanss...@videotron.ca> wrote in message
> news:01bec969$912ac180$9e61c0d8@k3sd96...
> > This might work (I've never tried it) :

> > 1) Change the default Paradox level for new tables to 7 in BDE Admin.
> > 2) Create a new table with the same structure as your level 5 table. If
> > you're lucky, it will be a level 7.
> > 3) Batchmove the data from the level 5 table to the level 7 table.

> > HTH

> > --

> > Alain Quesnel

> > Neal <ne...@msengineering.net> a crit dans l'article
> > <7m2eqo$he...@forums.borland.com>...
> > > How can I convert a Paradox 5 DB to Paradox 7? I do not own ACTUAL
> > Paradox,
> > > but have Delphi 4, and the "Database Desktop 7".

> > > I already tried restructuring a table in the "Database Desktop 7" and it
> > had
> > > no effect on the version.

> > > Neal

Re:How convert PDox 5 DB to PDox 7.


There is a utility (with source)  at
www.borland.com/devsupport/bde/utilities.html that will change the level of
a Paradox table.

Bill

--

Bill Todd - TeamB
(TeamB cannot respond to email questions. To contact me
 for any other reason remove nospam from my address.)

Re:How convert PDox 5 DB to PDox 7.


Hi, Neal.

Why you want to convert PDox 5 DB to PDox 7 DB. If you use new feature the
table same moddify to level 7. But if you really want to convert it, you can
download from Borland web site one small programe. I don't remember correct
name, but is something : Table Integrator or Pdox Table Alter or Pdox Table
Repair.

Regard.

ps. I'm sorry for my very bad English.
--
Petio Tonev
pto...@iname.com
www.i.am/ptonev , www.w3.to/tonevsoft

Other Threads