Subject Using Zeos 7 and FB 2.5, how do you see in main thread changes made in background thread
Author Mark Patterson
Hi

I am using Zeos 7.1.4 stable, and FB 2.5 embedded. I am processing a directory full of SQL scripts to generate a database. All the tables are getting created in a background thread, but after than if I then try to list the tables in the main thread, they don't immediately show up. I have to exit the app and rerun it.

Is there some standard way to have the results of a background thread visible in the main thread?

TIA
Mark