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