Page 1 of 1

Unknown MySQL type - Embedded Server

Posted: Mon 24 Oct 2005 07:29
by ManUtd
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 ?

Posted: Mon 24 Oct 2005 13:00
by Ikar

Posted: Mon 24 Oct 2005 23:17
by ManUtd
Could you tell me why I cannot use the pre-compiled MySQL Server 4.1 but need to recompile it instead ?

Posted: Tue 25 Oct 2005 09:45
by Ikar
You can use precompiled 4.1 server. You need recompilation only for 4.0 server.