On 09.07.2010 13:29, wyfrn wrote: > Hi, > > i got some problems with the mono sqlite client. I read the instructions > on http://www.mono-project.com/SQLite and with this informations i tried > to connect to a sqlite3 database though the Mono.Data.SqliteClient
Well, the assembly is called Mono.Data.Sqlite (read the docs you've posted a link to). You're probably referencing the old deprecated Mono.Data.SqliteClient... Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
