this made all the system DSNs start working properly. thank you.

On Jul 11, 2006, at 6:04 PM, Customer Support wrote:

Roland,
To make sure that the server and Dev Studio are seeing and using the same odbc datasource definitions and make troubleshooting a lot easier configure your ODBC as follows on OS X.

On the client side to control which odbc.ini and odbcinst.ini files the iodbc driver manage uses create a ~/.MacOSX/environment.plist file and put the following in it. Log out and log back in again. This will force the iODBC driver manager to always use /Library/ ODBC/odbc.ini and /Library/ODBC/odbcinst.ini when you log in.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">
<dict>
        <key>ODBCINI</key>
        <string>/Library/ODBC/odbc.ini</string>
        <key>ODBCINSTINI</key>
        <string>/Library/ODBC/odbcinst.ini</string>
</dict>
</plist>


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to