different Versions Client/Server (642)

andi7171

New Member
Hello,
I know, that it is not supported, connecting from a progress 9.1d environment to a 10.1b database - But are there any possibilities (maybe some parameters), to get these different versions connected. I have to load some data from one DB into the other - and i don´t want use triggers or validations within the 10.1b database.

Client 9.1d09 Provision
Server 10.1b SP02 Enterprise DB & OE Studio

Thankyou
Andi
 
A version 10 client can connect to a version 9 database.
Or you can do an export/import of the data.

Casper.
 
An appserver could be used to do it -- appservers are sort of "db version agnostic".

The rule is that the 4GL client must be the same version number, or one higher, as the db. Thus the v9 client cannot directly connect to an OE10 db. An OE10 client can connect to either an OE10 db or a version 9 db.
 
Back
Top