Subject RE: [ib-support] Simple challenge
Author Svein Erling Tysvaer
Well, I guess I would download IB_SQL (freeware) from www.ibobjects.com and
see if its import utility could do something like this. You definitely need
some way to prepare things once and then insert many times, which is not
what you get with multiple INSERT INTO statements.

Set

At 15:55 30.10.2002 +0100, you wrote:
>Good point! The query prepare can take lot of time.
>Do you have any idea about how to do the same thing via script? Suppose that
>you do not have IBO or another set of components and want to do this with
>isql.... I wonder if it is possible...