Unable to read schema of a connected database

hitendra_pv

New Member
I connected to a progress datbase through Data Admin tool. But I am unable to read the schema of the database (i.e. table information). Progress client version is 9.1E and database is of lower version.

thanks
 
The reason why you can't use the data dictionary tool between versions is, that there are changes in the meta-schema - the database has been enhanced like new data types have been added. Going from V8 to V9 one of these features that have been added were the storage areas.

Regards, RealHeavyDude.
 
Back
Top