Christer Thun
Member
Hi,
I get an annoying "ORA-00904: Ogiltigt kolumnnamn" (something like "incorrect column name" in english) at logon when using OracleLogon.Execute and connecting to an Oracle 8.1.7 database. When connecting to an Oracle 11g it seems ok.
This is the call stack:
:763042eb kernel32.RaiseException + 0x58
:005dfe6f RaiseOracleError + $A7
:005eb177 TOracleQuery.ExecuteArray + $AF
:005eb05e TOracleQuery.Execute + $66
:005e6222 TOracleSession.GetCurrentCharSetID + $A
Now I'm using delphi 2009 with DOA 4.1.1.
Earlier I used delphi 2007 with DOA 4.0.7.1 and got no exception.
Everything seems to be working fine though, but it's quite annoying to get it everytime i debug. I don't want to ignore it either since I can miss other exceptions.
I get an annoying "ORA-00904: Ogiltigt kolumnnamn" (something like "incorrect column name" in english) at logon when using OracleLogon.Execute and connecting to an Oracle 8.1.7 database. When connecting to an Oracle 11g it seems ok.
This is the call stack:
:763042eb kernel32.RaiseException + 0x58
:005dfe6f RaiseOracleError + $A7
:005eb177 TOracleQuery.ExecuteArray + $AF
:005eb05e TOracleQuery.Execute + $66
:005e6222 TOracleSession.GetCurrentCharSetID + $A
Now I'm using delphi 2009 with DOA 4.1.1.
Earlier I used delphi 2007 with DOA 4.0.7.1 and got no exception.
Everything seems to be working fine though, but it's quite annoying to get it everytime i debug. I don't want to ignore it either since I can miss other exceptions.