[Mono-list] Sqlite version
tsureshkumar
tsureshkumar at novell.com
Fri Sep 2 04:52:02 EDT 2005
Julien Sobrier wrote:
> 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
it seems you have not installed sqlite3. if you have installed edit
/etc/mono/config and check you have the following line
<dllmap dll="sqlite3" target="libsqlite3.so.0"/>
and also check that you have the library libsqlite3.so.0 in /lib or
/usr/lib.
suresh.
> 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 at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list