skip to main content
OpenEdge Data Management: DataServer for ODBC
Connecting the DataServer : Connecting a schema holder : Connecting a schema holder at startup : Using a local DataServer configuration: examples
 
Using a local DataServer configuration: examples
Use the following syntax to start OpenEdge:
*In single-user mode
*In a local DataServer configuration
*With a local schema holder connected
*With an ODBC data source connected

Syntax

prowin32 -1 schema-holder-name -db datasrc-name -dt ODBC
-ld logical-datasrc-name -U userID -P password -Dsrv
qt_debug,EXTENDED,PRGRS_CONNECT,server=server-name
You can type these commands on the command line of a program item property box.

Example

The following syntax starts OpenEdge in a local DataServer configuration:
prowin32 -1 odbholder -RO -db sports -dt ODBC -ld mysport -U bob -P bobpass
-Dsrv qt_debug,EXTENDED,PRGRS_CONNECT,server=sqlserv1
In this case, OpenEdge starts with the following:
*The schema holder's physical name is odbholder and it is read-only
*The physical data-source name (and the ODBC data-source name) is sports
*The data-source type is ODBC
*The logical data-source name is mysport
*The user ID is bob
*The password is bobpass
*Assorted -Dsrv options are specified