[Mono-list] sqlite multiple row insertion

Francesc Xavier De Blas Foix FrancescXavierDF@blanquerna.url.es
Fri, 29 Oct 2004 20:55:37 +0200


Hi people, this is my first post

I need to insert multiple rows in a sqlite database, but it's not =
directly supported:
http://www.sqlite.org/cvstrac/wiki?p=3DUnsupportedSql


In mono i see the SqlParameter class but i don't know how to use it.

Can you show me a piece of code?

Thanks