I'm afraid I'm having some trouble
reading some date information from an MS Access table. I assume it's
returned as a string (and this may be my first mistake) but when I use
DBBindColChar I just get garbage information. This is the code I'm
using:
sprintf(queryString, "SELECT date_time, type, serial_number, Voltage_at_G5_V, Voltage_at_G6_V \ FROM gain \ WHERE serial_number=%lf \ ORDER by date_time", *serialNumber);