On 2004.03.02, Tom Jackson <[EMAIL PROTECTED]> wrote: > Also at issue is whether there should be one odbc driver. My opinion > is there should be one driver per odbc driver manager (unixodbc being > a driver manager), because each driver manager supports different > features and different databases.
I definitely think there should be ONE ODBC module (the term "ODBC driver" actually refers to what the ODBC manager uses to connect to the DB itself), and if a particular driver manager needs special code in the nsodbc module to work, then we conditionalize it in. Exactly why doesn't nsodbc work with unixODBC? The whole point of ODBC is that it defines an API, so you can interchange ODBC managers, ODBC drivers, and ODBC connectors within applications and interoperate ... -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- 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.
