Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread from v3 to v2
Sat, Sep 9 2006 11:14 AMPermanent Link

Jerry Blumenthal
I know how to use UpgradeTable to convert a data table from dbisam 2 to
dbisam 3.

But I need to convert just one set of tables back to v2.  What's the
best way to do that?

I dont believe I can create a program that will read each record from V3
and then stuff the data into a record in v2; both versions cant coexist
in the same IDE.

Is there a sensible way to export the v3 data to some kind of file that
a v2 program could read?

Jerry
Sat, Sep 9 2006 11:29 AMPermanent Link

"Robert"

"Jerry Blumenthal" <jerry@blumenthalsoftware.com> wrote in message
news:503CBD4F-1E87-4E5F-82F5-183860C54FB0@news.elevatesoft.com...
>I know how to use UpgradeTable to convert a data table from dbisam 2 to
>dbisam 3.
>

Use DBISAM DBSYS V3 reverse engineering. I don't remember iff V2 supported
all SQL features, but if it can do create table and insert into, you should
be OK.

Robert


Image