I’m working on “the CCS RFID Development Kit” which used PIC C
compiler. And I trying to establish a connection between the compiler
and MySQL but it didn’t work… its give errors on the included files
which named “string.h” and I have no idea how to connect to the
database by using C language.
Could anyone help..??
You would use the relevant connector
http://www.mysql.com/products/connector/
specifically the Connector/C
Mike