Consultor Eletrônico



Kbase P92359: How to access SQL Explorer in character mode
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/04/2010
Status: Verified

GOAL:

How to access SQL Explorer in character mode

GOAL:

What is the syntax to use SQL Explorer from command line ?

GOAL:

What is -char option of SQL Explorer used for?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x
Progress 9.x

FIX:

The SQL Explorer can be accessed issuing the following command from the command prompt:

sqlexp [-char]{-S {servicename/port_number} [-H hostname][-db] database_name [-user username] [-password password]}
Examples:

sqlexp sports -S 2700 -H TestHost -user TestU -password TestP
sqlexp -char sports -S 2700 -H TestHost -user TestU -password TestP
In releases prior to OpenEdge 10.1A it is required to use the -char parameter; otherwise the GUI SQL Explorer will be started. Starting with OpenEdge 10.1A, only the character SQL Explorer is available.