Subject RE: [IBO] possible problem fix for IBO4.7.Beta 5
Author Jason Wharton
Beta 7 remained internal because I wanted to freeze the sources as a base
point, but it wasn't in working condition to pass around. I still had too
many pieces laying around to tidy up. So, this release is Beta 8 instead of
Beta 7.

Everyone who has a script to run, please hit this version with it. You can
use the IB_SQL tool I put in the files area to test with. The more scripts
that will be confirmed as "operable" the better. If you have any scripts
with problems, please email me the script in an attachment.

I'd like scripts tested with the old SET TERM and then feel free to modify
your scripts to remove SET TERM entirely and run it and let me know how it
goes.

Thanks,
Jason

> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Jason Wharton
> Sent: Monday, November 27, 2006 12:23 AM
> To: IBObjects@yahoogroups.com
> Subject: RE: [IBO] possible problem fix for IBO4.7.Beta 5
>
>
> > Elas, the fix only worked for a simple table edit Project,
> > however when I recompiled IB_SQL and used
> > it to edit a table row, it now errors off with some
> > error in binding cursor. Probably another spot
> > to fix. I better find the originating problem. :)
>
>
> I'm about to put out a new beta. It will be IBO 4.7 Beta7.
> You will see a
> file announcement here when a new build of IB_SQL is posted
> to the files
> area.
>
>
> I've hit a lot of milestones for this release. There's
> likely a couple
> places here and there that are going to need touching up as a
> fair amount of
> code ended up being impacted. Mostly, it is the parser I am
> revising, and
> it has been very significantly impacted.
>
>
>
> There is much good that has come out of this.
>
> For one example, it will no longer be necessary to use that
> pesky SET TERM
> in SQL scripts executed with the IB_Script component. This
> was something I
> had planned on doing in IBO version 5.x but it slipped in
> anyway, since I
> needed to get the parser enhanced and it as a nice fit to do
> it all at the
> same time.
>
>
> Regards,
> Jason Wharton