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...
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
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
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
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...
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"