From: Peter Harvey Date: March 20 1999 3:25pm Subject: Re: iodbc & myodbc & mysql List-Archive: http://lists.mysql.com/myodbc/73 Message-Id: <36F3BDE9.6CBD3749@codebydesign.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lars Doelle wrote: > Hi, > > as you might know, the iodbc dm is now maintained for quite a while. > So it does not make sense to distribute a private version of iodbc anymore. > Though myodbc does run with the "officical" version, i found that myodbc > has a general flaw, it does not make use of the driver configuration. > > So, SQLConnect is plain broken on unix. > > The issue is, that no SQLGetPrivateProfileString is provided by neither > myodbc's special iodbc edition nor by the current version of the iodbc. > > I tried to contact Giovanni earlier to hash the issue out, but it failed, so > perhaps this list is a better address. > > Another flaw i found with myodbc is that it requires the mysql sources > to be installed (for some headers). Because i feel otherwise comfortable > with the binary distribution i use and it also includes all the headers that > mysql installs regularly, i wonder if this could not be fixed also. > > I agree. unixODBC may be able to help here.... unixODBC (formerly LinuxODBC) ( www.codebydesign.com/LinuxODBC ) has an odbcinst lib which provides functions such as SQLGetPrivateProfileString() and support for System and User ODBC system information. Peter