Starting the Windows client process
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Starting the Windows client process
Start the OpenEdge client process on your Windows machine by running the prowin32.exe executable. The Windows executable includes support for the DataServer.
You can create a program icon for the OpenEdge client process. On the command line for the program icon, enter the following information:
- The executable
- The schema holder name
- The connection parameters required by the remote DataServer configuration
For example, a command line for an OpenEdge client process that you use to access an MS SQL Server database might look like this:
|
Create a program icon for each unique set of connection parameters. See Connecting a schema holder at startup for command-line information and more examples.