I do have one question, what specifically are you looking to store in offline storage? In that poor man's LINQ to SQL via isolated storage can get you by but it's got limitations as all would most likely know but as to what you store and why, that's got our curiosity into over-drive.
From: [email protected] [mailto:[email protected]] On Behalf Of Miguel Madero Sent: Sunday, July 12, 2009 10:49 PM To: [email protected] Subject: Re: SQL 'in' Silverlight Yesterday on twitter Miguel de Icaza and others were talking about this, they were mentioning something about migrating SQL Lite line by line to managed code. On Mon, Jul 13, 2009 at 1:47 PM, Joseph Cooney <[email protected]<mailto:[email protected]>> wrote: I wouldn't be surprised if we saw a managed DB talking to isolated storage in a future version of silverlight. Joseph On Mon, Jul 13, 2009 at 8:31 AM, Craig Dunn <[email protected]<mailto:[email protected]>> wrote: Hey everyone - played around a bit with porting an old c# version of HSql (from java) to Silverlight. I'm not sure of the utility but it was an interesting exercise - still figuring out the kinks in isolatedstorage... seems to work fine 'in memory' though. post: http://conceptdev.blogspot.com/2009/07/sql-in-silverlight.html play: http://conceptdevelopment.net/Silverlight2/SharpSql02/default.html the 'default' SQL includes some basic data & queries - you can Execute the entire block, or select text to execute just like MgmtStudio... (just don't habitually hit F5 like was doing during testing!). the UI is pretty basic, so you must scroll with the bars. ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists -- Miguel A. Madero Reyes www.miguelmadero.com<http://www.miguelmadero.com> (blog) [email protected]<mailto:[email protected]> ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists
