I have two applications. This applications work on same database(tables are MyISAM and TEmbConnection has disable using innodb) - first application only writes data to database and secound application this data only read from database.
When i firt run application to reading data a then run secound application and write same data to database, so this changes
aren't visible for firt application(reading). Changes are visible only when i close and again run application for reading. TMyConnection->Connect(),disconnect() have no effect.
Can you tell me, how solve this problem? Thank you very much.