Recent content by Ole Petter

  1. O

    expecting: string actual: widestring

    Thanks. That worked it out
  2. O

    expecting: string actual: widestring

    I have the same problem. Where do I set Oracle.NoUnicodeSupport to True?
  3. O

    Getting "Too many rows or columns deleted"

    Hi, I'm using Delphi XE2 and DOA 4.1.3. Win32 target. When I run the application it fails on logon.execute. The message raised is "Too many rows or columns deleted". It works fine to logon i design mode. The application also works fine with Delphi 7, but then with a Oracle 8 client. I'm having...
  4. O

    Alternative language logon failure

    Im getting the error TLogonForm not found when doing a ToracleLogon.Execute having an alternative language resource module loaded. I'm using D6 Enterprise and DOA 3.4.5. The project works fine in its main language version. Ole Petter
  5. O

    TLogonForm not found

    Im getting the error TLogonForm not found when doing a ToracleLogon.Execute having an alternative language resource module loaded. I'm using D6 Enterprise and DOA 3.4.5. The project works fine in its main language version. Ole Petter
  6. O

    ORA-01000: maximum open cursors exceeded

    Are you sure you have set value of the "open_cursors" value in the init.ora of the db-server properly high? I had the same problem, but it disappeared after I increased this parameter value. Ole Petter
  7. O

    Compiler error - porting to Delphi 6

    I'm trying to port a project to Delphi 6. I get the compiler error: "Undeclared identifier: 'VarArrayOf" on statements using either TOracleDataset.Locate or TOracleDataset.SearchRecord with a compound key. Is this a Delphi or DOA related problem. I'm using Delphi 6 Enterprise (build 6.163) and...
  8. O

    Lookupfields using multiple columns in keyfields

    Problem is related to defining lookup fields for TOracledataset in Delphi 5. If the keyfield and lookupkeyfields is a number of columns separated by semicolon, Delphi returns an error "Field does not exist"
Back
Top