tags:

views:

48

answers:

2

Any suggestions for a real simple C library to query a single MySQL table, nothing fancy here. Just doing a single select * from a table. Any help is appreciated.

+4  A: 

MySQL comes with an API for using C with it.

Mimisbrunnr
A: 

MySQL has its own C API: See MySQL manual

eyalm
Way to parrot an answer of the poster 29 mins before you!
Billy ONeal
I didn't notice Mimisbrunnr also added the link to the manual
eyalm