Page 1 of 1

URGENT!! help please

Posted: Thu 16 Aug 2007 11:48
by Willo
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

Posted: Thu 16 Aug 2007 12:33
by Antaeus
Does the problem appear when you run your application out of debugger control?

Posted: Thu 16 Aug 2007 17:49
by Willo
If you mean Delphi's IDE, yes... the error appears even when the users run the application alone.

Any ideas?

Posted: Fri 17 Aug 2007 08:22
by Antaeus
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.