|
From: Jeff S. <why...@ya...> - 2004-03-12 22:11:40
|
I now see why I still have this problem: I have unixODBC installed in a non-standard location, and the configure script is not using what I supply with --with-unixodbc to look for libodbcinst. I had managed to work around a related problem in src/odbc/Makefile, but it looks like the whole problem just needs a real fix. BTW, I am not convinced that this SQLGetPrivateProfile stuff is the right way to go (I believe I know how to fix the old method). But maybe I need to take a better look at it before passing judgement :-). -- Jeff Smith --- br...@br... wrote: > This should indeed be fixed very recently in CVS. We now autodetect > libodbcinst and call SQLGetPrivateProfile instead of the old method. > If this is not working, please let me know. > > Brian > > On Thu, 11 Mar 2004 12:23:27 -0800 (PST), Jeff Smith wrote: > > > > > I have had the same problem. I thought it was supposed to be fixed. > > In the mean-time, put it in $HOME/.odbc.ini instead, as it does seem > > to work from there (for me at least). > > > > -- Jeff Smith > > > > > > --- mik...@co... wrote: > > > I seem to get this error with isql no matter what I do > > > > > > LoadDSN returned FALSE[unixODBC]Could not find DSN in odbc.ini > > > [ISQL]ERROR: Could not SQLConnect > > > > > > Here is my odbc.ini file > > > > > > > > > [extreme] > > > Description = MS Access > > > Driver = MDBToolsODBC > > > Database = /home/vipuser/xstreem1.mdb > > > UserName = > > > Password = > > > port = 5432 > > > > > > I am using the driver > > > Driver = /usr/lib/libmdbodbc.so.0 > > > > > > > > > Any ideas why I cannot get this to work? __________________________________ Do you Yahoo!? Yahoo! Search - Find what youre looking for faster http://search.yahoo.com |