Search results

  1. M

    How to re-use same code for 2 databases.

    Hello Taqvia, This code is working fine. but you cann't update any record. it shows ambiguty error. CREATE ALIAS x FOR DATABASE aaa. RUN up.p. DELETE ALIAS x. CONNECT bbb. CREATE ALIAS x FOR DATABASE bbb. RUN up.p. DISCONNECT bbb. Also, you need to ensure that this code is in a separate...
  2. M

    How to re-use same code for 2 databases.

    Hello All, Please help me. I want to re-use same code for two database having same structure. I try these steps but not working. Step 1: Create 2 copies of the sports database with different physical names, for example testdb1 and testdb2. Step 2: Connect a session to one of them, using the...
  3. M

    How to re-use same code for 2 databases.

    Hello Sphipp, Thanks for your response. This code is working fine.but there is one problem you cann't update any record. when you are updating any record its shows ambiguity error. Regards Manoj
  4. M

    How to re-use same code for 2 databases.

    Hello Sphipp, Thanks for your response. have u try this code? I have two DB. One is connected all time and another one is connect on run time do some update. After that we can disconnect the second DB. I think now you understand the problem. Thanks Manoj
  5. M

    How to re-use same code for 2 databases.

    Hello All, Please help me. I want to re-use same code for two database having same structure. I try these steps but not working. Step 1: Create 2 copies of the sports database with different physical names, for example testdb1 and testdb2. Step 2: Connect a session to one of them...
  6. M

    how to remove the page control from this gpselout.i include file?

    Hi All, i m trying to output to file.In Output, Page control character comes at each 56 lines. i want to remove that character. Please help me.
  7. M

    How i can use Com Handle in Unix OS.

    i m trying output to Excel sheet directly on UNIX operating System.
  8. M

    How i can use Com Handle in Unix OS.

    Hi all, Is there anybody know how can i use the COM handle in the UNIX OS. Please Help me...
  9. M

    how to restore db if backup file size is larger then 2 GB?

    Thanks for your response, Progress Version 9.1 E OS : Unix usning Probakup and prorest command
  10. M

    how to restore db if backup file size is larger then 2 GB?

    Hi all, how to restore a db if backup file size is 2GB.
  11. M

    how to run Proenv on Unix server.

    Hi all, please help me how i will run proenv on LINUX server.
  12. M

    How to Create incremental DF file between two database on unix server.

    Hi, I am Manoj Chhaya. Please help me i want to create the incremental df file between two database on unix server.
Back
Top