Recent content by ashok

  1. A

    Insert NULL value in Integer field through Progress 4GL

    Solved Hi I also tried yesterday the same '?' assignment later after the thread, but good that I got a confirmation for the same. Thanks a lot..
  2. A

    Insert NULL value in Integer field through Progress 4GL

    I am working on a progress add-on database in which records are created through Progress 4GL programs and accessed/processed by SQL-92 queries. The requirement is that NULL values should be reflected in Integer data-type variables in case there are no explicit values to be inserted. I tried...
  3. A

    Cant access table created by SQL in 4GL

    Thanks!! Lee, The KB entries are very useful and I could understand the problem here in my case. I have the KB installed but I did not get these entries in my search as my query was not framed correctly maybe. I will try the last solution mentioned (Create Table with 'PUB'.<table-name>, and...
  4. A

    Cant access table created by SQL in 4GL

    Hi, I am working on a customized system where I created a Progress (ver 9.1E) empty database thru the 4GL Progress Editor --> Data dictionary, had the database server up in multiuser mode with services/port parameters for SQL connectivity ( %DLC%\bin\_mprosrv c:\dir\north.db -S testing_sql -N...
Back
Top