Problem with MyAccess.pas on OPEN TABLE. Bug ?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
trayvou
Posts: 1
Joined: Sat 20 Aug 2005 16:27

Problem with MyAccess.pas on OPEN TABLE. Bug ?

Post by trayvou » Sat 20 Aug 2005 16:40

When I try to open table after create table this message occur :

" Assertion Failure (D:\Projects\Delphi\Mydac\Source\MyAccess.pas, line 2379 )"

Mydac version version is 4 and compiler is Builder C++ 6

On the first pass open table is OK but after it doesn't work anymore.

Table is created and exists on MySQL.

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 23 Aug 2005 12:49

We couldn't reproduce the problem.
Please specify exact and full SQL statement to to demonstrate it.

Post Reply