Hi guys,
I often use the ZSQLProcessor thingy to run multiple SQL queries against a MySQL server in one go. It usually runs beautifully.
More recently I needed to execute a HUGE SQL script.
When loading the ZSQLProcessor1.script:=something the system appears to hang. I think maybe it is screening each line before it loads it. Will turning off the paramcheck speed up the process? What exactly is the paramcheck. ?
Please advise.
M
ZSQLProcessor paramcheck
Moderators: gto, EgonHugeist
Hi Guys,
The answer was actually quite easy.
We all acknowledge the problem that Delphi has loading LARGE text files and this has a workaround. I am now able to load a SQL script file that is tens of megs with thousands of SQL commands, in seconds.
If anyone needs the workaround, drop me mail.
Live long and Prosper.
Mo
The answer was actually quite easy.
We all acknowledge the problem that Delphi has loading LARGE text files and this has a workaround. I am now able to load a SQL script file that is tens of megs with thousands of SQL commands, in seconds.
If anyone needs the workaround, drop me mail.
Live long and Prosper.
Mo