Editor limitation in TOracleScript

Lately I wanted to build an installation program using TOracleScript for table creation, etc.

After installing the meta data I wanted to add quite a lot of insert statements but suddenly the editor didn't accept any more characters.

This is a big problem since now I cannot build an universal installer where the number of script lines is unknown.

Can you help me?
 
The design-time Script Editor appears to be limited to 64K. We'll try to fix this.

The TOracleScript component is not limited to 64K though, so you can develop you script in a text editor, provide it as a text file with your installation program, and load it into the TOracleScript component at run-time.

------------------
Marco Kalter
Allround Automations
 
Back
Top