OCCI binaries on 64 bit Windows Operating (Program Files (x86))
I have 32 bit application, which ships the OCCI dlls in the application folder in 'Program Files'. If application is installed on the 32 bit OS it gets shiped in 'Program Files' folder and application can able to fire Oracle SQL query using OCCI.
If application is installed on 64 bit Windows OS , then it gets shiped in 'Program Files (x86)' folder. In this case i am not able to query the database. If I install application at custom path(which doesnt have any special character in it) on 64 bit OS, then again application works fine.
Problem I found is, if these OCCI dlls are shiped in folder which having special characters in it, then OCCI calls fails [dlls are oraocci10.dll , oraociei10.dll ,orannzsbb10.dll , oci.dll].
Has Oracle released new OCCI dlls to fix this issue? or any workaround to solve this problem?