Page 1 of 1

MySQL.Table is dying after 2 to 3 records?

Posted: Fri 07 Jul 2006 16:24
by davidkennedy
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

Posted: Mon 10 Jul 2006 13:35
by Antaeus
> 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.