Message 1 of 3
Connecting Oracle 32 bit Client in 64 bit Application

Not applicable
06-15-2015
09:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
- Using MAPCONNECT command in AutoCAD itsef.
- 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