Page 1 of 1

TMyTable reopen --> Server shutdown in progress

Posted: Sun 28 May 2006 21:27
by peterlepan
Hi!

I use MyDAC 4.30.1.14 in BCB 6 and BCB 2006 in a small data browser. The tablenames of the database are shown in a tree. by clicking a tablename, I open the table in a DBGrid with a TMyTable. When I switch to an other table, I got the message Server shutdown in progress, if the old table contains blob fields.
Have I to "free" the blobdata from memory or what's the reason for this error?

Greetings

Peter

Posted: Mon 29 May 2006 09:49
by Antaeus
Please check value of CashedUpdates property of the MyQuery (or MyTable) you use to update records. If it's True, try setting it to False and test the application again. If the problem persists, please send us (EvgeniyD*crlab*com) a complete small sample to demonstrate it, including script to create and fill table.
Also supply us with exact version of MySQL server and MySQL client. You can see it in Info sheet of TMyConnection Editor