TMyTable reopen --> Server shutdown in progress

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
peterlepan
Posts: 1
Joined: Sun 28 May 2006 21:20

TMyTable reopen --> Server shutdown in progress

Post by peterlepan » Sun 28 May 2006 21:27

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

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

Post by Antaeus » Mon 29 May 2006 09:49

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

Post Reply