Thread: my-ODBC
View Single Post
  #6  
Old 01-30-2004, 02:57 AM
farce
Hill Giant
 
Join Date: Feb 2003
Posts: 126
Default

ODBC is a generic way to connect to and get info from a db.. you could have an ODBC driver for mysql, oracle, mssql etc and write code that would work with all 3.

Apparently it's what WinMysqlAdmin uses to connect and get data from mysql.