Recent content by stantonw

  1. S

    ORA-01000 In TOracleQuery

    When I run the following I see that the cursor is not being closed in Oracle. I am running Oracle 11.2.0.3 and DOA 4.11. Any suggestions on what I am doing wrong? Query := TOracleQuery.Create(nil); Query.Scrollable := False; Query.Session := OraSession; Query.SQL.Add('delete...
  2. S

    DOA 4.1.1 with 64bit Oracle 11.2 client

    When I put my application on a 64bit Windows 2008 server using the 64bit Oracle 11.2 client I get the following error message when using TOracleSession.LogOn. "Inialization error Could not load c:\oracle\ora11\bin\oci.dll" I do not get the same error when using the 32bit client on a 64bit server...
Back
Top