[Mono-list] sqlite multiple row insertion

Xavier de Blas xavi@xdeblas.com
Fri, 29 Oct 2004 23:58:39 +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=UnsupportedSql


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