Page 1 of 1

Disconnected Model In myDAC 4.40

Posted: Tue 20 Feb 2007 23:37
by eduardosic
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?

Posted: Wed 21 Feb 2007 08:47
by Antaeus
“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..

Posted: Wed 21 Feb 2007 10:49
by eduardosic
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..