Subject RE: [IBO] Script component does not accept some commands
Author IBO Support List
They are in source\tools\IB_Script.pas and source\core\IB_Parse.pas.
 
You can also customize how a statement is handled in the event provided for that.
I don't exactly recall its name but it is something like OnExecuteStatement.
 
You could manually implement the RECONNECT DATABASE statement if you wanted to.
 
Jason


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Monday, August 24, 2015 8:19 AM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] Script component does not accept some commands

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