Connecting to database on application start up

TColeman

Member
I have a user application that upon start up I want it to connect to two databases. Where exactly does the connect command go? I don't want to have Progress loaded on the target machine. I just want the databases and the subsequent application loaded.

I am using V9.1 on a Windows 2000 platform.

Thanks,

Terri
 

Chris Kelleher

Administrator
Staff member
You can connect to all of your databases on the command line or in the shortcut your are using (or it might be in a .PF file?). Just add all your databases to that command line:
DLC/bin/prowin32.exe -db db1 -db db2

-Chris

------------------
Chris Schreiber
ProgressTalk.com Manager
chris@fast4gl.com
 

lori

New Member
We recently purchased WebSpeed 3.1 and we're having trouble connecting to two databases via Progress Explorer. What is the best way to connect to multiple databases?
 
Top