Thomas Zoechling a écrit :

You have to specify the Version in the Connectionstring:

   string connectionString = "Version=3,URI=file:SqliteTest.db";


Hello,
it doesn't seem to work with mono 1.1.6:
System.DllNotFoundException: sqlite3
in (wrapper managed-to-native)
Mono.Data.SqliteClient.Sqlite:sqlite3_open (string,intptr&)
in <0x00056> Mono.Data.SqliteClient.SqliteConnection:Open ()
in <0x00066> Platine.Plugins.FetchCDInfo:Initialize
(Platine.CoreLibs.Session session)
in <0x00130> Platine.Plugins.FetchCDInfo:Main (System.String[] args)

It looks like it doesn't handle sqlite version 3. I couldn't find
anything useful on Internet about this error message.

Julien Sobrier







_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to