Kbase P19267: How to connect to a non-Progress database with a cache file?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to connect to a non-Progress database with a cache file?
GOAL:
How to connect to Oracle with a cache file?
GOAL:
How to connect to MS SQL with a cache file?
GOAL:
How to connect to ODBC database with a cache file?
GOAL:
How to use "-cache" with DataServers?
FACT(s) (Environment):
DataServer
MS SQL DataServer
ODBC DataServer
Oracle DataServer
FIX:
The option -cache needs to be given after the connection to the schema holder, you always have to connect to a schema holder prior to using -cache parameter.
A valid sample:
CONNECT oholder -RO -cache ocache -db oradb -dt ORACLE -U scott -P tiger