Unknown MySQL type - Embedded Server

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ManUtd
Posts: 24
Joined: Thu 20 Oct 2005 02:48

Unknown MySQL type - Embedded Server

Post by ManUtd » Mon 24 Oct 2005 07:29

MyDAC 4.0, MySQL 5.0
I created a table in MyISAM type.

At design time -
Open the TEmbConnection has no problem.
Tried to open TMyTable but got an error:
"Unknown MySQL datatypoe(15) (D:\Projects\Delphi\MyDac\Source\MyClasses.pas, line 1167)"
Actually, this path does not exist in my PC.

Then I tried to create another table of type InnoDB and got the same error.

Is MyDAC 4.0 does not support MySQL Embedded Server 5.0 ?

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

Post by Ikar » Mon 24 Oct 2005 13:00


ManUtd
Posts: 24
Joined: Thu 20 Oct 2005 02:48

Post by ManUtd » Mon 24 Oct 2005 23:17

Could you tell me why I cannot use the pre-compiled MySQL Server 4.1 but need to recompile it instead ?

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

Post by Ikar » Tue 25 Oct 2005 09:45

You can use precompiled 4.1 server. You need recompilation only for 4.0 server.

Post Reply