Kbase P10397: How to create a ESQL/C Small Client on UNIX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2003 |
|
Status: Unverified
GOAL:
How to create a ESQL/C Small Client on UNIX
FACT(s) (Environment):
UNIX
FACT(s) (Environment):
Progress 8.3x
FIX:
1.- Make sure the script buildenv has the variable $PROLOAD set to the directory where the probuild is.
Example: /usr1/83C/dlc/probuild
To confirm the variable is set execute:
echo $PROLOAD
If the value is empty then set the variable:
PROLOAD=$DLC/probuild
NOTE: Make sure that $DLC variable is also set to the directory where the
Progress Product is installed.
2.- Run the command:
$PROLOAD/eucapp/probuild
A window will appear where it has to entry the directory where the script will
be placed. Then press CONTINUE
On the following window choose the product: ESQL/C Small Client .
NOTE: This product has the communication modules to access the (OID). The OID will handle the static and dynamic sql requests on behalf of the ESQL/C.
The names that correspond to this client are:
Default name Script: ldsqlnet
Default executable name: esqlnet
Select ESQL/C Small Client y press TAB to continue
Now the following window will ask for the names mentioned above.
Enter the names and select Continue.
In the next window select the components for the product. TCP and Pipes.
Select the components by using the Space Bar then Select Continue.
Then another window will appear where the objects that will be on the
application has to be entered. Then select Continue.
When the generation of the script is done, it will go back to the main menu,
press F4 to exit.
3.- Once the script is created, it has to be linked to the executable. To do this, enter the name of the script in the OS prompt. For this case the script is:
ldesqlnet