Search results

  1. S

    Not able load d file in date format

    Hi, In my UAT database in tab1 i have a date column in mm/dd/yyyy format. I am able to load dfile for that table. But in my production in same table in same field in same format I am not able to the the same d file. I am getting the below error. >> ERROR READING LINE #1 (Offset=0): ** The...
  2. S

    Performing Select and delete on User Tables

    Hi, I am new to Progress. I am trying to execute the following statements from SQL Explorer: set schema 'arijit'; select * from arijit.ReceiptHeads; delete from arijit.ReceiptHeads; The output is as follows: === Statement 1. === set schema 'arijit'; === Statement 2. === select * from...
  3. S

    Performing Select and delete on User Tables

    Hi, I am new to Progress. I am trying to execute the following statements from SQL Explorer: set schema 'arijit'; select * from arijit.ReceiptHeads; delete from arijit.ReceiptHeads; The output is as follows: === Statement 1. === set schema 'arijit'; === Statement 2. === select *...
  4. S

    Performing Select and delete on User Tables

    Hi, I am new to Progress. I am trying to execute the following statements from SQL Explorer: set schema 'arijit'; select * from arijit.ReceiptHeads; delete from arijit.ReceiptHeads; The output is as follows: === Statement 1. === set schema 'arijit'; === Statement 2. === select *...
  5. S

    Unable to find database port

    Hi, I am new to Progress DB. I am using Progress9.1 D on Windows XP environment. Some of our databases are started using proserve command. I am unable to find the port database is started. Please someone help.
  6. S

    Describe table using SQL-92 \ 4GL

    Hi, I am new to SQL-92 \ 4GL.. I want to describe table using SQL-92 \ 4GL , as in Oracle... Can any one help me...
  7. S

    loading df file in progress using cmd prompt(load_df.p)

    Hi All, I am new to this community. I am trying to load df file wiithout using GUI. I did the following steps. 1) Run the command extractpl prodict.pl 2) Run the command extractpl adecomm.pl 3) It created the prodict and adecomm folder. 4. My db name is remdb.I made changes in load_df...
  8. S

    Loading Progress df file using cmd prompt

    Hi All, I am new to this community. I am trying to load df file wiithout using GUI. I did the following steps. 1) Run the command extractpl prodict.pl 2) Run the command extractpl adecomm.pl 3) It created the prodict and adecomm folder. 4. My db name is remdb.I made changes in load_df...
Top