On Thu, Mar 5, 2009 at 12:57 PM, Michael Sync <mchls...@gmail.com> wrote:
> Hello,
>
> Is there any way to support SQLLite in Silverlight? Let's say I have a
> SQLLite database in Isolated Storage and want to connect that database from
> Silverlight without using any service.
>
> Do we need to create our own database driver? I'm also a developer but I'm
> not familiar with that field so that I'm looking for some helps from you
> guys. It would be really great if you guys can share me some concepts or
> links or code or etc.
>

You can use System.Data.SQLite, an open source interface assembly, to
interface with libsqlite or sqlite.dll.

Chris
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to