Binary protocol support for MySQL 4.1

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GEswin
Posts: 186
Joined: Wed 03 Nov 2004 16:57
Location: Spain
Contact:

Binary protocol support for MySQL 4.1

Post by GEswin » Mon 03 Oct 2005 09:13

Binary protocol support for MySQL 4.1 and above added
Is this new protocol enabled automatically ?? I didn't see any options to set it as default protocol. If it's enabled is there any way to disable it ?

Many thanks

J.Pieter Vos

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

Post by Ikar » Mon 03 Oct 2005 09:26

MySQL supports binary protocol only for prepared statements. You can enable it by using Prepare method or Options.AutoPrepare := True

GEswin
Posts: 186
Joined: Wed 03 Nov 2004 16:57
Location: Spain
Contact:

Post by GEswin » Mon 03 Oct 2005 13:40

Thanks Ikar for response.. I looked at MySQL, and at http://dev.mysql.com/doc/mysql/en/c-api ... ments.html I could complety fullfill my question ;)

Post Reply