Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Convert V4 tables to V3
Tue, Jun 20 2006 7:57 AMPermanent Link

"John"
Hello,

is there a way to convert V4 tables to V3.21 ?
Someone provided me some source code with a V4 table but I have DBIsam3...

thanks

John

Tue, Jun 20 2006 10:00 AMPermanent Link

"Robert"

"John" <prout@nospam.com> wrote in message
news:157B78AF-3B66-4EBC-B772-C350E9CE9C70@news.elevatesoft.com...
> Hello,
>
> is there a way to convert V4 tables to V3.21 ?

Run them thru the V4 DBSYS reverse engineer, saving the data. Then load into
V3 DBSYS. You might need to do some tweaking on the create table SQL.

Robert

Tue, Jun 20 2006 10:01 AMPermanent Link

"Donat Hebert \(WSI\)"
1) Reverse engineered table .. and modify the create statement to DBISAM 3
syntax
or
2) ODBC .. the demo version if table is too large for option 1

hth.  Donat.


"John" <prout@nospam.com> wrote in message
news:157B78AF-3B66-4EBC-B772-C350E9CE9C70@news.elevatesoft.com...
> Hello,
>
> is there a way to convert V4 tables to V3.21 ?
> Someone provided me some source code with a V4 table but I have DBIsam3...
>
> thanks
>
> John
>

Tue, Jun 20 2006 1:48 PMPermanent Link

"Mike Shkolnik"
Export to SQL script and run this script under v3.x

--
With best regards, Mike Shkolnik
E-mail: mshkolnik@scalabium.com
WEB: http://www.scalabium.com

"John" <prout@nospam.com> wrote in message
news:157B78AF-3B66-4EBC-B772-C350E9CE9C70@news.elevatesoft.com...
> Hello,
>
> is there a way to convert V4 tables to V3.21 ?
> Someone provided me some source code with a V4 table but I have DBIsam3...
>
> thanks
>
> John
>
>

Image