Michael Sync wrote:
> 
> 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.
> 

There is a trick to do that - install google gears to the user -
http://gears.google.com/
Gears has SQLite embedded which you can use through JavaScript calls from
Silverlight.
-- 
View this message in context: 
http://www.nabble.com/SQLLite-support-for-Silverlight-tp22356980p22369473.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to