Hi, i'm have problem when LocalFailOver is active and the connection is Lost.
MyDAC don't reconnect and Retry.. the Lost Connection exception is Raised.
Please, add this feature for LocalFailOver Restart the transaction and reexecute the sql statment.
to reproduce the problem: http://www.drdsistemas.com.br/util/mydac/
LocalfailOver don't work under a transaction..
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
you can, Reconnect, Start the transaction and reexecute SQL ?Dimon wrote:LocalFailOver under transaction doesn't work because MySQL doesn't support committing/rolling back transaction after connection was lost. If after starting transaction connection was lost, all changes will be rolled back by MySQL server.
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
this a great feature for MyDAC 6.00.eduardosic wrote:ok, thank's DimonDimon wrote:We don't plan to support such functionality, because from starting transaction many queries with large amount data and parameters can be executed. Also there are many questions with preparation/unpreparation queries.