Re: [IBO] Script component does not accept some commands
Author
setysvar
Post date
2015-08-24T15:27:14Z
Hi Jason,
yes, DISCONNECT DATABASE did work, thank you!
If RECONNECT was supported, that would be cool.
Otherwise one has to work with a placeholder for disconnect and
connect which has to be replaced on the fly in the script instead
of working with a prepared and testet script.
Where would I find the script keywords supported by IBO?
Florian
Hi Florian. Sorry for interrupting your conversation, but I found
"Script language extensions are unique to IBExpert, and offer the
developer a number of additional language options. These include,
among others, conditional directives, DESCRIBE database objects, as
well as SET, SHELL, INSERTEX, OUTPUT and RECONNECT."
Hence, I suspect that the RECONNECT word is something added by
IBExpert, and something neither Firebird nor isql knows anything
about.
Jason may answer you regarding script keywords supported by IBO, my
guess would be PSQL + some (if not all) of the commands supported by
isql.