Disconnected Model In myDAC 4.40

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

Disconnected Model In myDAC 4.40

Post by eduardosic » Tue 20 Feb 2007 23:37

Hi Anteus,

“Disconnected Model”, exists the possibility of the technology to be implemented in MyDAC 4.40?

which would be the value $$ for this change?

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

Post by Antaeus » Wed 21 Feb 2007 08:47

“Disconnected Model”, exists the possibility of the technology to be implemented in MyDAC 4.40?
"Disconnected Model" is a feature we have added to MyDAC 5, which is out in Beta now. The final release of MyDAC 5 should be available in two weeks.
which would be the value $$ for this change?
"Disconnected Model" is a complicated feature, so implementing this functionality in MyDAC 4.40 will take a lot of time.

eduardosic
Posts: 387
Joined: Fri 18 Nov 2005 00:26
Location: Brazil

ok..

Post by eduardosic » Wed 21 Feb 2007 10:49

Antaeus wrote:
“Disconnected Model”, exists the possibility of the technology to be implemented in MyDAC 4.40?
"Disconnected Model" is a feature we have added to MyDAC 5, which is out in Beta now. The final release of MyDAC 5 should be available in two weeks.
which would be the value $$ for this change?
"Disconnected Model" is a complicated feature, so implementing this functionality in MyDAC 4.40 will take a lot of time.
OK Antaeus, DisconnectedModel is a very good resource, resolve completely the problem of "LostConnection" on unstable network connection, i go to wait or release final do MyDAC 5.00.

I implemented my proper "myDisconectedModel" in mydac 4.40
is TMyConnection > TMyQuery > TVirtualTable > DbGrid

example:

MyConnection.Connect;
Myquery.Execute;
VirtualTable.Assign( Myquery );
VirtualTable.Open;
Myquery.Close;
MyConnection.Disconnect;

this is very trabalhose.

Updates of data is executed for other myQuery.

I go to anxiously wait the final version of MyDAC 5.

as always the CoreLab it launches plus an excellent product, MyDAC is the best!

Image

thanks..

Post Reply