Loading Procedures Using SqlFile

Jorge Garcia de Alba <[email protected]> Wed, 6 May 2020 19:00:05 -0500
Newsgroups gmane.comp.java.hsqldb.user
Message-ID <CAEVgvV_05DFAXGBJZqnZ4Hsv9nSAega+1V3_=Jd14k3pkO0MHA@mail.gmail.com>
Hello,

I was missing a couple of characters at end of file.

.;

/*
* The statement on the previous line, ".;" is SqlTool specific.
* This command says to save the input up to this point to the
* edit buffer and send it to the database server for execution.
*/

Excellent! Wow!