Kbase 17101: Connecting WebSpeed 2.x Application Compiler to a Database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/12/1998 |
|
Connecting WebSpeed 2.x Application Compiler to a Database
There is no obvious way to connect to a database with the
Application Compiler that comes with WebSpeed 2.0. To
make a database connection, open the Application Compiler,
then from the main menu select Tools -> Procedure Editor.
In the Procedure Editor, enter a one-line procedure to
connect to your database(s):
connect -db db1 -S srv1 -H host1 -N tcp
-db db2 -S srv2 -H host2 -N tcp.
Hit the F2 key to compile the procedure and connect to the
database(s). Close the Procedure Editor, and you will be
back in the Application Compiler and still connected to the
database(s).
Progress Software Technical Support Note # 17101