[Mono-osx] MySQL Database: connection error ; libodbc.dylib

Adhamh Findlay monoosx@adhamh.com
Fri, 22 Apr 2005 13:02:11 -0700


Andy Satori wrote:

> You need to alter the config file:
>
> cd /Library/Frameworks/Mono.framework/Versions/1.1.6/etc/mono/
> open -a Xcode config
>
> modify the line
>     <dllmap dll="odbc32.dll" target="libodbc.dylib" />
> to
>     <dllmap dll="odbc32.dll" target="libiodbc.dylib" />
>
> save, and rerun your program.
>
> Andy


Is this a known bug? 

Adhamh