开发者

Is there any way to connect local database from internet browser?

开发者 https://www.devze.com 2023-03-16 18:11 出处:网络
I开发者_JS百科 need to find a way to develop a program which can run local and server side. I don\'t know silverlight/flash or something else can do it.

I开发者_JS百科 need to find a way to develop a program which can run local and server side. I don't know silverlight/flash or something else can do it. Is there any framework/language/platform which can work over internet when internet connection exists and can work when internet went off?


You are talking about an Internet app that will work in a disconnected state.

Silverlight in OOB (Out Of Browser) mode will do that.

As for the "database", you can access "Isolated storage" from Silverlight (even when in the browser), but even more freedom to access system files in OOB mode.

The issue you will have is getting your service calls to fail gracefully when the connection is not present (or detecting disconnection and not make the calls at all).

0

精彩评论

暂无评论...
验证码 换一张
取 消