Hello,
I use the SQL toolkit 2.05 programming database which is MS Access 2000. My code is as follows:
...
hstmt = DBActivateSQL (connectHandle, "SELECT ReaderID, TagID, ReadTime FROM tblTagReads");
DBBindColInt (hstmt, 2, &tRecord.readerID, &colStatus[0]);
DBFetchNext (hstmt);
...
When execuating the application , it always reports such an error :"Function DBBindColInt: The specified column is already bound to a varibale"
Please give an advise ,what is wrong ? Thanks.
David