Re: How can data be inserted into a MySQL DB using C code?

2003-01-16 Thread Bill Moran
Paul Hamilton wrote: Hi All, Step one was collecting the data, Step two is to somehow get the info into a MySQL DB. I am monitoring a serial port's CTS line, and need to get the fact that it's changed state logged into the DB. I can use C and/or PHP. Perl is beyond me :-( (I have trouble

How can data be inserted into a MySQL DB using C code?

2003-01-15 Thread Paul Hamilton
Hi All, Step one was collecting the data, Step two is to somehow get the info into a MySQL DB. I am monitoring a serial port's CTS line, and need to get the fact that it's changed state logged into the DB. I can use C and/or PHP. Perl is beyond me :-( (I have trouble enough just trying to add