[Mono-list] SQLite persistence

TheBigB 2belikeme at gmail.com
Wed Apr 6 03:45:03 EDT 2011


Hi,

ADO.NET uses connection pooling, so it's good practice to open the
connection as late as possible and close as soon again.
This applies to both MSSQL and MySQL.

But...
SQLite is different kind of DBMS and the SQLite library is a Mono library.
So I was wondering: does the same apply for SQLite?

Aside from this:  http://www.mono-project.com/SQL_Lite
http://www.mono-project.com/SQL_Lite , I can't really find any documentation
on the library.
Any pointers?

Thanks.

--
View this message in context: http://mono.1490590.n4.nabble.com/SQLite-persistence-tp3430136p3430136.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list