Recent content by Sherlock

  1. S

    ActiveX-Control using OCI7 with Oracle InstantClient

    Oh, I'm sorry. The Errorcode is 0 (Zero). Sherlock
  2. S

    ActiveX-Control using OCI7 with Oracle InstantClient

    I get an EOracleError without Message. :( Sherlock
  3. S

    ActiveX-Control using OCI7 with Oracle InstantClient

    Hi, Any news or insight on this subject? Regards, Sherlock
  4. S

    ActiveX-Control using OCI7 with Oracle InstantClient

    The Oracle InstantClient is a special thing by Oracle. Check out this link: http://www.oracle.com/technology/tech/oci/instantclient/index.html The client is not installed in the classical sense. It is simply copied to a directory. As a result there is no oracle home. Problem is, that my...
  5. S

    ActiveX-Control using OCI7 with Oracle InstantClient

    Hi, I have a rather exotic configuration in which my ActiveX-Control should run: -OracleInstant Client -Calling App runs OCI7 using homemade librarys The problem is this: When one of my own applications calls my ActiveX, everythings just fine. But as soon as the designated application uses my...
  6. S

    Passing DOASessions thru to ActiveX

    Works like a charm. :) Thanks a lot for the quick response. Sherlock
  7. S

    Passing DOASessions thru to ActiveX

    I should add, that these plugins are also written by myself, so I'm able to change their sources ;) Sherlock
  8. S

    Passing DOASessions thru to ActiveX

    Hi, I'm writing an application which is using several ActiveX plugins. Every plugin needs DB-Access. So far every plugin uses its own DoaSession. Now I would like to use the session of my main application an pass it on to the ActiveX plugins. What is the procedure to do so? Thanks, Sherlock
  9. S

    integer columns

    I am referring to this following issue (taken from the readme for patch 9.2.0.4): So now I have found a way to get the application back running, but what is bothering me is the last sentence... Will allroundautomations consider this, or must I change my applications? Thanks Sherlock
  10. S

    integer columns

    Same issue here. I understand the the problem. What I don't understand though, is the fact that this behaviour is depending on the oracle-version. With 9.0 I'm having no problems, from 9.2.0.6 up the above mentioned behaviour begins. What is the trouble with filling a float with an integer?
Back
Top