Hi,
I am cuurently using IT2BE’s data plugin to import records into a Servoy-MySQL database. Basically it inserts excel data in four related tables. I have used RawSQL plugin’s executeSQL function to do the inserts. All of this is being done using Servoy WebClient. I have used a form to upload the excel file with an import button on it. When the user presses the import button, it shows the “loading…” symbol on top right corner of the screen. I have put three flushAllClients Cache in the end of the script. My issues are:
- Flushing 800 or so records is taking about 8 minutes, which is quite slow.
- The “loading…” symbol disappears at the end of the script but I can’t close the dialog box because I think the database is still trying to flush the cache even when the script is complete. If there was some way of notifying the user while the database flushes the cache in the background and close the dialog at the end of it, that would be really good.
Please let me know if there is a solution to this problem.
Regards,
Sunil.