How to recover the Field Name err

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kenny
Posts: 43
Joined: Mon 15 Nov 2004 08:48
Location: Malaysia
Contact:

How to recover the Field Name err

Post by kenny » Mon 07 Feb 2005 07:45

I'm using Delphi 5, MyDac 3.50.0.16

The error message is :
Field.FieldName FieldDesc.Name
"MarkRefNo" "MarkRefNo"
(D:\Projects\Delphi\MyDac\Source\MyAccess.pas, line 206)
This happend when I'm accidently drop the table using SQLYog and the project is open (MyConnection.Connect=True)

Then I'd recreate the table. Design time can open with no error, but when I set mytable.open at runtime on the form i'm using it, it pop the message to me.

I'd tried several way to recover but failed. How should I do? Is a bug or else? I can't find out the stated file (MyAccess.pas).

Ps: Urgent help needed. Please! Thanks!

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

Post by Ikar » Mon 07 Feb 2005 08:35

We couldn't reproduce the problem.
Please send us complete small sample to demonstrate it and include script to create table.

Post Reply