
May 11th, 2000, 08:48 AM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
|
MySQL has a full C API, so it should be completely possible to develop a C program for MySQL, and I think its not that complex, either.
Also, for web-based applications, PHP has a full set of functions for connecting to MySQL. A good example is phpMyAdmin (www.phpwizard.net) which gives you a full web-based management kit for MySQL, similar to Enterprise Manager for MSSQL 7.
Since PHP is open source, you can also browse the PHP source code to see how it handles the connections to MySQL.
|