MyDAC 5.00 beta - when official release?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Prismax
Posts: 12
Joined: Mon 05 Feb 2007 15:16

MyDAC 5.00 beta - when official release?

Post by Prismax » Mon 05 Feb 2007 15:24

Hello,

Edit --> My first question has already been answered : there will be an official release in about a month from version 5.00 of MyDac

I'm mostly interested in the disconnected model. Is it able to do what I'm waiting for for already a long time? I should be able to detect "lost connection to mysql server" errors automatically and reconnect in this case, so that the user won't notice that the connection was lost at some time...

I cannot download the beta yet, because I'm working on an update for an official tool I'm making, so I haven't been able yet to try the beta. So one question mainly :

- will this feature be in the new release?

Thx in advance!

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 06 Feb 2007 11:13

I think you mean the Local Failover feature. Local Failover allows you to detect connection loss and automatically reconnect and reexecute some operations. Both of these features (Local Failover and Disconnected Model) are already implemented in MyDAC 5.
We plan to release the final version of MyDAC in the end of the February.

During this week we will produce the second beta of MyDAC 5. Besides other changes it will include some documentation updates. Particularly, the "Working in an unstable network" article is added.

Post Reply