Search results

  1. sreenathk

    Insert and isolation level

    Hi All, I am inserting into a Progress Table using ODBCCommandText.Its a simple insert statement. My Isolation level is set to "Read Committed". I am getting "02/11/2010 3:02:39 PM Test.aspx.cs : ExecuteInsert() ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol...
  2. sreenathk

    Locked Record.

    Hi All, We are connecting to the Progress Database from ASP.NET web application using the Progress ODBC Driver. The isolation Level is set to READ COMMITTED IN THE Driver Properties. We are trying to retreive the data based on certain conditions from one of the web pages. However, if...
  3. sreenathk

    Sequence Numbers.

    Hi All, I am developing a web page using .NET which inserts a record in the progress database. I would want the Progress Database to automatically handle the Sequence Number generation for a primary key in a table similar to a IDENTITY COLUMN in SQL Server. Is this possible ? Thanks...
  4. sreenathk

    ODBC Error while inserting.

    Hi, We are trying to insert records into Progress DB from .NET application using ODBC Connection. When we use the Insert into command it works fine within the Progress DB where as through ODBC , it gives the error below: Err.Number = -2147467259 [DataDirect][ODBC Progress OpenEdge Wire...
Top