URGENT!! help please

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Willo
Posts: 34
Joined: Thu 24 Aug 2006 18:29

URGENT!! help please

Post by Willo » Thu 16 Aug 2007 11:48

Hi,

on some parts of my app, im using a MyTable component to append records to the DB.

Days ago i changed the fetchall property to false to try to increase performance, but now when the users try to append a record:

Mytable.append;

I got an error that says the app lost connection to the server during the query!!;

what i should do to solve this?

TIA

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

Post by Antaeus » Thu 16 Aug 2007 12:33

Does the problem appear when you run your application out of debugger control?

Willo
Posts: 34
Joined: Thu 24 Aug 2006 18:29

Post by Willo » Thu 16 Aug 2007 17:49

If you mean Delphi's IDE, yes... the error appears even when the users run the application alone.

Any ideas?

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

Post by Antaeus » Fri 17 Aug 2007 08:22

Please specify some information:
- exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- exact version of your IDE (including personality name for Delphi 2005, and BDS 2006);
- exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor.

Post Reply