Subject Re: [firebird-support] Multiple dynamic sql statements supported?
Author Milan Babuskov
Matthew Adams wrote:
> I'm getting a "Token unexpected" error when I submit a multi-insert
> command (using the .NET provider 2.5.2.0) as a single string
> "insert into foo (id, amount) values (1,1); insert into foo (id,
> amount) values (2,2);"
>
> The error line & column numbers indicate the "insert" keyword in the
> second statement.

I don't know the exact answer to your question, but this should help as
a workaround:

http://www.firebirdfaq.org/faq336

--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================