Subject Re: [IBO] Using IBOScrpt to update databases remotely?
Author Lee Jenkins
Jason Wharton wrote:

> IBO's script parser is much more solid that IBX's so that's a good start. I
> also have features which should make it more easy to customize your
> behavior. I have a set ignoreerror (spelling?) that allows you to have the
> script ignore exceptions on statements so the process isn't interrupted. You
> can also tap into the existing SET <token>=<value> parsing to customize
> things. This should make the parsing faster if you are allowing IBO to use
> its native parsing.
>
> IB_Script.pas is pretty friendly code so feel free to have a look in there
> for more information.
>
> HTH,
> Jason Wharton
> www.ibobjects.com

I'm looking through the source now. Very nicely commented. I haven't
seen anthing yet, but is there any way to "pre" parse the script to see
if errors are *would* occur if before the script is run? Or that better
just handled inside a transaction?

--

Warm Regards,

Lee