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?
Disconnected Model In myDAC 4.40
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
"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.“Disconnected Model”, exists the possibility of the technology to be implemented in MyDAC 4.40?
"Disconnected Model" is a complicated feature, so implementing this functionality in MyDAC 4.40 will take a lot of time.which would be the value $$ for this change?
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
ok..
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.Antaeus wrote:"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.“Disconnected Model”, exists the possibility of the technology to be implemented in MyDAC 4.40?
"Disconnected Model" is a complicated feature, so implementing this functionality in MyDAC 4.40 will take a lot of time.which would be the value $$ for this change?
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!

thanks..