Hey Diva I spent a bit of time hacking together a Mono.Data.Sqlite compatible csharp-sqlite library that also supported DBConnection (because the Migration class doesn't yet support IDBConnection) and I think I have something that might be useful.
http://teravus.wmcv.com/googletester/Community.CsharpSqlite.Sqlite.zip It's a replacement for Mono.Data.Sqlite. You have to add it as a reference to the project and modify the SqlitexxxxData.cs files with 'using Community.CsharpSqlite.Sqlite;' instead of 'using Mono.Data.Sqlite;'. Let me know if this helps the Apple people. I have not tested the database file compatibility with the native version.. however, I know that it can read it's own format. :) It's built with SQLITE_SILVERLIGHT and a few more defines.. that should get us around some of the concurrency exceptions that we saw last time. It still has issues on first start.. but if you skip by them, it seems to get into a happy state. Regards Teravus _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
