XTools 1.2 and ODBC problems?
XTools 1.2 and ODBC problems?
- Subject: XTools 1.2 and ODBC problems?
- From: "David Piasecki" <email@hidden>
- Date: Thu, 29 Apr 2004 11:19:19 -0700
Before upgrading to XTools 1.2, my ODBC connection to a MySQL data
source worked fine using iODBC and MyODBC. I was able to connect,
insert and retrieve data. As soon as I upgraded to XCode 1.2, this no
longer appears to work. I am now getting the following runtime error...
multiple definitions of symbol _SQLAllocConnect
/usr/lib/libiodbc.dylib(hdbc.lo) definition of _SQLAllocConnect
/Library/MyODBC/lib/libmyodbc3.bundle definition of _SQLAllocConnect
If I remove MyODBC, I get the same error. If I instead remove iODBC, I
get an error I had fixed earlier by adding it. So I'm stuck. Everything
compiles just fine, but the runtime environment seems to be confused.
Apple's tech support told me to do a clean build, which of course I had
already tried several times. I'm still waiting for another suggestion
from them, but I was hoping someone on this list might either know what
the problem could be or have some advice to try.
Thanks,
David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.