Unknown Data Type

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
imamsiswanto
Posts: 2
Joined: Fri 06 Mar 2009 11:47

Unknown Data Type

Post by imamsiswanto » Tue 28 Oct 2014 05:01

Everytime I compile an even simple query, a notification window appear.

Information appear on the windows :
Unknown Data Type
(D:\Projects\Delphi\Dac\Common\Source\MemDS.pas,line 978)

What's wrong and how to solve ? Thank you.
I used BCB 2010, MySQL 5.1.41 and MyDAC 8.4.11

As information, below are my codes :
AnsiString strQuery = "UPDATE tbbuild SET build = '1003' where row_id = '1' ";
MyQuery1->SQL->Clear();
MyQuery1->SQL->Add(strQuery);
MyQuery1->Execute();

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Unknown Data Type

Post by ViktorV » Tue 28 Oct 2014 07:57

Unfortunately, we could not reproduce the issue.
Please send us a small sample to demonstrate the issue, including a script to create database objects.

Post Reply