Connect v8 with v9 client

TJCO

New Member
We have to get data from a progress v8 database and put them in a v9 database.

Is it possible to connect to a progress v8 database from a progress v9 client?
Or should we use an ODBC connection?
 

TJCO

New Member
And how should I do this?
Because I always get the message
"Database has the wrong version number" when I try to connect it.
 

m1_ru

New Member
Progress v9 client can not connect directly to v8 database.
There must be V8 server running on the database.
And then V9 client can be connected to V8 server.
 
Hi,

Try to connect to it as a remote client.

E.g.: connect dbname -H hostname -S servicename|port


You can also connect to it using Data Dictionary but specify host and service name.


Best regards,
Gabor
 
Top