Search results

  1. S

    Mutliple Database ( one with secondary broker ) parameter setup...

    This is our startup script for multiple database (two database). 1) The first database need secondary broker 2) The second database just needs 4gl connection Will the below parameter work? Any input will be highly appreciated . proserve db1 -B 653600 -c 350 -L 300000 -n 460 -Mn 101 -Ma 5...
  2. S

    SETUSERID/USERID functions require one connected db or db argument.

    Progress Version Number: 10.1C So far we have been using single database. Now we want to connect to multiple database. I had created the second database and When i connect to multiple database i get the follwing error. ** SETUSERID/USERID functions require one connected db or db argument...
  3. S

    running numbers in Select statement- Help?

    I am trying to get running numbers in Select statment. 1 job1 2 job2 3 job3 4 job4 I tried sql like this select num = (select count(*) from pub.ws_det b where b.ws_nbr <= a.ws_nbr) , a.ws_nbr from pub.ws_det a Also i tried select (select count(*) from pub.ws_det b where...
  4. S

    SQL Syntax Error - pls help

    select tr_nbr , "act-ship" from pub.tr_hist , pub.job where tr_type = 'ISS-SO' and tr_effdate >= '10/01/06 ' and job.workorder like tr_nbr; Above Query gives me syntax error. its because of "and job.workorder like tr_nbr" . Is there any other way to change it. Thanks
  5. S

    SQL Count Help?

    Front End - Delphi Backend - Progress Database ODBC - SQL92 I need to find no of items shipped each day. So i am using select count(*), tr_effdate from tr_hist, where tr_type = "ISS-SO" and tr_effdate >= 06/01/06 and tr_effdate <=...
  6. S

    [JDBC Progress Driver]:Database not started

    Hi, When i try the following command sqlexp <Database> -H <LocalHost> -S <Service> I get the error Error: [JDBC Progress Driver]:Database not started. (8933) Please Help!!!! Thanks
  7. S

    [JDBC Progress Driver]:Database not started

    Hi, Need help Again !!!!! When i try the following command sqlexp <Database> -H <LocalHost> -S <Service> I get the error Error: [JDBC Progress Driver]:Database not started. (8933) Please Help!!!! Thanks
  8. S

    Progress V9.1E ODBC Problems?

    Hi, We are using Progress 9.1E Database in HP-UX 11.11 Unix Server. Also the Progress is Installed in HP_UX. We want to use Delphi to Connect to Progress Database from Windows. First i tried to install Merant 3.7 ODBC Driver on my windows side and tried Test Connect via the ODBC Manager...
  9. S

    ODBC Connection error while connecting to Progress V9.1e - Pls Help

    I am using Datadirect 5.1 ODBC to connect from my Windows to Progress 9.1E Database in HP-UX 11.11 Unix Server. When i do the test connect it give the following error "Specified Driver could not be loaded due to system error 126. (Datadirect 5.1 Progress SQL92). I need to connect to the...
  10. S

    Merant 3.70 32-Bit Progress Driver

    Hi, I have Progress 8.3e in HP_UX Unix server. Where can i get Merant 3.70 32-Bit Progress Driver? I am not able to find them in datadirect.com website? Please help. Thanks
Top