MySQL.Table is dying after 2 to 3 records?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
davidkennedy
Posts: 18
Joined: Fri 07 Jul 2006 16:21

MySQL.Table is dying after 2 to 3 records?

Post by davidkennedy » Fri 07 Jul 2006 16:24

Dear sir,
I downloaded your DAC MySQL demo on July 4th and installed it. I then purchased your product and uninstalled the demo and installed the live product. I forgot to say I ordered the product without source code. Whenever I encounter an error, a window pops up (see example) that asks where the .pas file is located.
Sometimes your DAC for MySQL works fine in my Delphi 5 environment and creates an .exe that performs correctly. When I trace the code through, it looks like the MySQLTable simply won't respond or execute any methods after the first two records are written? The table won't do a .refresh, .FindKey, etc.
The feeling I get is that the MySQL database is refusing access to the program code?
If anybody out there does work for hire, I'm interested.
Thank you,
David Kennedy

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 10 Jul 2006 13:35

> that asks where the .pas file is located.
Possibly you don't have %MyDac%\Lib directory included in Library path of Delphi Environment Options. %MyDac% is the MyDAC installation path on your computer.

> it looks like the MySQLTable simply won't respond or execute any
> methods after the first two records are written?
We couldn't reproduce the problem. Please send us (evgeniyD*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.

Post Reply