
October 7th, 1999, 08:21 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
You could do it the really easy way without having to write/find any MySQL function libraries for C with the system() command
(ie system("echo 'mysql commands|mysql'")
If this seems to be a bad solution to the proble (which it is), I know that somewhere out there there's som neat MySQL stuff for C/++
|