Subject | RE: [IBO] Script component does not accept some commands |
---|---|
Author | IBO Support List |
Post date | 2015-08-23T02:52:54Z |
I do support a CONNECT DATABASE statement.
Please show me the statement that isn't
working.
Jason Wharton
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Saturday, August 22, 2015 12:08 PM
To: IBObjects@yahoogroups.com
Subject: [IBO] Script component does not accept some commands
I am using the script component to update the database structure, this has worked in the past w/o problems. What I did was creating the script in IBExpert, adapt it some and let it execute by the IBO script component.
Now for the first time, the script needs to do a reconnect in the middle of the script, so instead of using an existing connection it needs an initial connect to begin with.
That's where I get an error, IBO complains that the connect syntax is not valid.
My question now is:
If I have a working script from IBExpert, should this work as well with a script component.
Florian