Author Topic: TP9 Crashes when accessing MySQL Database  (Read 2655 times)

0 Members and 1 Guest are viewing this topic.

BryanOB

  • Member
  • **
  • Posts: 8
    • View Profile
TP9 Crashes when accessing MySQL Database
« on: 2013-10-22 21:21:30 »
Hello all,

I submitted this information with the thought that it might be useful to someone else.

I had installed TP9 and the MySQL ODBC driver (v5.2.5)(32-bit) on a new build (Win7 64-bit).
All seemed well until I tried to connect to my MySQL database. Immediately, TP9 crashed, displaying a message...

A fatal exception had occurred in ThumbsPlus or a Windows component...
Exception code: C0000005
at address: will be different for everyone

I knew the problem wasn't caused by TP9.
As a result, I deleted the data sources and uninstalled the ODBC (v5.2.5) driver.
I instead installed the previous ODBC driver (v5.1.10)(32-bit); that driver was installed in my laptop, accessing the same DB without problems.
I then recreated the data sources and tried to connect to the database again.

This time it worked, just as it had done on my laptop.

Conclusion: TP9 DOES NOT LIKE THE MySQL Connector-ODBC driver(v5.2.5) (32-bit).

Regards,
Bryan

BryanOB

  • Member
  • **
  • Posts: 8
    • View Profile
TP9 Crashes when accessing MySQL Database
« Reply #1 on: 2013-10-22 21:24:07 »
I forgot to mention that I had used the ANSI version of the driver, and not the UNICODE one.

Bryan