Hi All,
Can I apologise in advance if this is off topic. I am coding a database program using VB6(ADO) and MySQL as the db server. The two are talking through an ODBC driver.
I can use the Mysql windows control centre to add data to the database, which I can then read through the
VB programme with no problems. However, when I come to write data to the database table from within the programme,
VB executes the code fine - no errors produced at all and everything seems ok, until you interrogate the database and its added nothing. Not even a blank record.
I suspect as
VB isn't returning an error, it must be something to do with the way I'm establishing the connection with ODBC.
Can anybody answer the problem or point me in the right direction??? I've been pulling my hair out with this for three days and there isn't much left now!!
Cheers
Richard (UK).