Recent content by sergmzk

  1. S

    local client

    Added before connection SetEnvironmentVariable(PChar('PATH'),PChar(ExtractFilePath(Application.ExeName) + 'bin')); - worked
  2. S

    local client

    I created two small apps with doa 4.1.3.5, one in bds 2006 and in Delphi 10.2. And launched them on computer without oracle client (in path and registry clear). Delphi 2006 - worked. Delphi 10 - crashed. It's bug? Maybe i can use OracleCI.OracleHome? Any ideas? Sorry for bad english.
  3. S

    local client

    Hello! I upgrade my project, before that I used doa 4.0.7.1 and now 4.1.3. For my application, i create local oracle client: And with old vesion - worked perfectly, but new version doesn't use my local tnsnames.ora tnsnames.ora: XE = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS =...
Back
Top