Recent content by keith

  1. K

    Access violation in TOracleSession->LogOn()

    This address exception appears to be dependent Project | Options | Packages | Runtime Packages -> Link with runtime packages is checked or not. When not checked (shows 'False'), the catch exception handler around Session->LogOn() is given control. When checked (shows 'True'), the catch...
  2. K

    Unable to open file 'DOA41D10.A'

    Hi Marco, After I run the doa41d10.exe installer, and then search my entire disk, there is no DOA41D10.A anywhere. Exactly where would I expect to find it? I have a Delphi .pas unit which I am including into my C++ application. The Delphi unit has Oracle session, query, and other DOA...
  3. K

    Unable to open file 'DOA41D10.A'

    [ilink64 Error] Fatal: Unable to open file 'DOA41D10.A' Why is there no 64-bit DOA 41 Delphi library for Seattle 10? Rather, please provide one.
  4. K

    Access violation in TOracleSession->LogOn()

    The delphi Seattle 10 Update 1 works correctly, no access violation exception. Can we please get on with this?
  5. K

    Access violation in TOracleSession->LogOn()

    Hi Marco, I also tested this on XE7, C++, with same result. Has anything been found out on this? I am ready to release my application, and this is the only part that fails... an invalid logon exception. Again, I can provide my executable/map/objects/project files, if that would assist...
  6. K

    Access violation in TOracleSession->LogOn()

    Well, Marco, This seems to not be final. I installed Oracle 11.2.0.2 64-bit, the version at client site. I again obtain access violation when any of userid/password/database is invalid; The exception event handler never receives control. This time, I traced the instructions, as follows...
  7. K

    Access violation in TOracleSession->LogOn()

    Well, Marco, I... uh em... reinstalled Seattle 10 update 1, your component, and the only other 3rd party component I use, and there is no longer any exception access violation. I really hate to see this kind of thing, but, given ... the development system at hand, it is to be, I guess...
  8. K

    Access violation in TOracleSession->LogOn()

    I now only have 64-bit client installed, database is 64-bit, and is 11.2.0.2. If I use a valid logon, there is no problem whatsoever. If I use an invalid username, password, etc, any error causes access violation. I am using Seattle 10 update 1 (10.1), 64-bit target platform. I don't own the...
  9. K

    Access violation in TOracleSession->LogOn()

    Hi Marco, With both database and client installed, and with valid connection (no exception thrown), the connection proceeds correctly, and a TOracleQuery properly and successfully completes a SQL select. Only when the EOracleError exception is thrown does the access violation occur, only on...
  10. K

    Access violation in TOracleSession->LogOn()

    Hi Marco, Please allow me to back up one moment... I must test the operation in the following situations: 1) Oracle NOT installed, 32-bit application. 2) Oracle NOT installed, 64-bit application. 3) 64-bit application, Oracle 32-bit client installed. 4) 64-bit application, Oracle 64-bit client...
  11. K

    Access violation in TOracleSession->LogOn()

    I have a very simple C++ application with 2 buttons and one TOracleSession. Here is the buttons event handlers: //---------------------------------------------------- void __fastcall TForm1::Button1Click(TObject *Sender) { OracleSession1->LogonUsername = "SYSDBA"; OracleSession1->LogonPassword...
  12. K

    Cannot load package 'doa41d10'.

    I installed DOA into RAD Studio 10 Seattle Update 1, C++, using doa41c10.exe, then ran a simple compile, then exited the IDE, and installed DOA into RAD Studio 10 Seattle Update 1 Delphi, using doa41d10.exe. Next time I start the Delphi personality, I receive message: Cannot load package...
  13. K

    Multiple installations.

    Please ignore above. I found answer.
  14. K

    Multiple installations.

    I have Embarcadero XE3, XE4, XE7, and XE10. When I run the DOA installer, will it install in each XE version? Thanks.
Back
Top