Consultor Eletrônico



Kbase P15898: How to connect a Progress database using SQLEXP
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/31/2009
Status: Verified

GOAL:

How to connect a Progress database using SQLEXP

GOAL:

How to use the SQL Explorer Tool in batch mode ?

GOAL:

How to call the SQL Explorer Tool within application ?

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.x
All Supported Operating Systems

FIX:

The SQL Explorer tool can be called from a command line or from within an application by using the -char argument to place the SQL Explorer in character mode.

For Example, Use the following syntax to call the SQL Explorer tool:

sqlexp -char -infile test (-outfile report.txt) -db <database name> -S <por number> -H <host name> -user <user name> -password < password>