Subject Re: Simple challenge
Author Chris Bland
How does one turn off auto-undo? Is this shorthand for describing
transaction behaviour settings? I (a newbie, whose C was very rusty, so it
can be done:-)) recently wrote a small ESQL program which reads one column,
creates a pattern, and inserts the pattern in another column.

Kind regards
Chris

>
> As I said, ISQL will do the inserts without using a prepared
> statement in about 8 minutes. If you care, you could write a
> ESQL program that uses prepared statements, turns off auto-undo,
> and reads your input file, doing the translation for YYYYMMDD
> to a plausible date format. That would scream.
>