On Sun, 2004-01-04 at 02:22, Andrew Piskorski wrote: > On unix, there are two or so different open source ODBC projects that > you should be able to use for this, but I've never tried them. MS > Windows (which version, NT?) includes an ODBC driver manager so on > Windows, here are some really ancient notes on that:
Thanks Andrew, I was trying to use unixodbc (www.unixodbc.org) and was hoping to find a template to use for the driver. nsodbc wasn't it, but nssolid was! One problem is that the download for nssolid turns out to just be a directory listing, like the output of 'tar -tvf'. The cvs repository has the actual files. I changed the includes, the filenames and essentially solid -> unixodbc, added nsdb.h and fixed a few strange syntax errors and got it to compile. Now I have to figure out how to configure it. (It did load and SQLConnect reported it couldn't find the Data Source name, which I haven't configured yet.) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
