lost connection at tmyquery with debugger
Posted: Mon 23 Jul 2012 00:42
Hello,
i have problems with tmyquery/tmytable, fetchall=false und the debugger.
I use Delphi XE2 Update4 Hotfix1 with mydac 7.2.
With debugger:
Set fetchall=false in a tmyquery or tmytable object
Open a Table
Close a table
now i get an error "lost connection to mysql server during query"
Without debugger:
Set fetchall=false in a tmyquery or tmytable object
Open a Table
Close a table
everthing works fine!
With debugger:
Set fetchall=true in a tmyquery or tmytable object
Open a Table
Close a table
everthing works fine!
There is no time to wait since the error message comes, so i think its no
timeout problem.
In the server-log i have no messages found.
The problem occurs at about 90% of my tables no matter if big or small tables.
Whats wrong here?
Thanks Markus
i have problems with tmyquery/tmytable, fetchall=false und the debugger.
I use Delphi XE2 Update4 Hotfix1 with mydac 7.2.
With debugger:
Set fetchall=false in a tmyquery or tmytable object
Open a Table
Close a table
now i get an error "lost connection to mysql server during query"
Without debugger:
Set fetchall=false in a tmyquery or tmytable object
Open a Table
Close a table
everthing works fine!
With debugger:
Set fetchall=true in a tmyquery or tmytable object
Open a Table
Close a table
everthing works fine!
There is no time to wait since the error message comes, so i think its no
timeout problem.
In the server-log i have no messages found.
The problem occurs at about 90% of my tables no matter if big or small tables.
Whats wrong here?
Thanks Markus