Re: [Firebird-net-provider] Insert multiple rows from a xml file

2007-09-28 Thread Jiri Cincura
On 9/28/07, Leo <[EMAIL PROTECTED]> wrote: > I need to insert all the data on that xml on the table. I was thinking > in read the xml nodes, create the insert commands dynamically > and use a FBScript object to execute all inserts in a batch operation. I > have never programmed in .NET so I may be

[Firebird-net-provider] Insert multiple rows from a xml file

2007-09-28 Thread Leo
Hey, I have a web-service that accepts a string that contains a xml and a string that contain some table name. My XML file is like: my name 99 another name 65 and the table has the fields "NAME" and "AGE". I need to insert all the data on that