Connecting Oracle 32 bit Client in 64 bit Application

Connecting Oracle 32 bit Client in 64 bit Application

Anonymous
Not applicable
917 Views
2 Replies
Message 1 of 3

Connecting Oracle 32 bit Client in 64 bit Application

Anonymous
Not applicable

Hi All,

 

   I can see similar post like one i'm posting now.But my case is different.So im posting this issuse again.

 

   I have Oracle 11g 32 bit Client installed in my machine and AutoCAD Map 3D 2015 and VBA enabler also.

 

   I have to connect my Oracle server in two ways. 

  

  1.       Using MAPCONNECT command in AutoCAD itsef.
  2.      Through VBA Codes.

 

In both ways i received problems. while trying to connect using MAPCONNECT I got "Module not found(OCI.dll) error" and while using code with below connection string "Provider=MSDAORA;USERID=user_id;Password=Paassw;" I get another kinda error like "Provider not found".

 

 

Please let me know how to resolve this issue.

 

Thanks in Advance 

0 Likes
918 Views
2 Replies
Replies (2)
Message 2 of 3

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> I got "Module not found(OCI.dll) error"

Does that help: >>>click<<<?

 

- alfred -

BTW: there is a special forum for >>>AutoCAD Map 3D Developer<<<.

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 3

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

just one additional comment to the headline of that thread:

>> Oracle 32 bit Client in 64 bit Application

IMHO you need the 64bit Oracle client installed, if you want to access it directly.

Other solutions might be to create an ActixeX server running as 32bit EXE and you do all the transfer from your 64bit App indirectly through that EXE (all running then out of process and is really slow).

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes