Oracle instant client supprt

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Oracle instant client supprt

Post by zvasku » Fri 09 Feb 2007 12:24

Hello,

do you plan to support Oracle instant client? It's only zip with oci related dlls. There is no ORAHOME etc.

Because I have Professional version I have made changes to my dbexpress driver to work correctly with instant client.

I think the good way is to use VendorLib to specify direct location of OCI.

Best regards
Zdenek

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 13 Feb 2007 10:10

Thank you for assistance. We'll consider possibility to implement this feature in either of the next DbxOda versions.

Babnik42
Posts: 15
Joined: Tue 28 Nov 2006 11:46

Post by Babnik42 » Mon 19 Feb 2007 09:53

Zdenek,

is it possible you share your method for connecting to instant client?

Steve

zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Post by zvasku » Fri 23 Feb 2007 09:23

I have changed DetectOCI in OraCall.pas to direct locate OCI.DLL.

Be sure to set CharSet parameter.

I have problem only with CLOB where WIN1250 characters are wrong (replaced by ?). All other text fields (VARCHAR, CHAR) are ok.

Zdenek

Post Reply