English 中文(简体)
将一只.子变成孤立的储存
原标题:Moving a .sdf file into isolated storage

我如何把一只.子转移到我孤立的储存中,在我搬走之后,这样做是删除的,因为它毫无用处。 我在我的项目中增加了我的卷宗。

最佳回答

你的问题并不明确,但请允许我看到我是否这样做。 你创建了一个数据库,在您的档案中添加这一数据库,作为你们项目的内容,以便用户在安装你的仪器时能够掌握所有数据。 然后,你将只读的卷宗中的数据复制到你首次创建的数据库中,以便你读/做。 更正?

如果是的话,我不认为有办法删除你列入安装的仅读文件。

如果你的数据库足够庞大,你担心通过在电话上有两本复印件将占用的空间,我建议把你的数据放在服务器上,创建网络服务,并首先利用这一网络服务。 在屏幕上发布通知,让用户知道,它正在下载信息,只有一次下载,随后的发射不会花太长时间。 如果通过电话、文字信息、背后主要新闻、开始纽顿或其他活动中断下载,则确保列入防止问题的守则。 如果下载在前一期中断,它就能够继续下载。

问题回答

To answer your question, .SDF is a format of Microsoft SQL Server Compact (SQL CE) databases. The link you have pasted talks about SQLite databases.

这样,就可以把整个散装储存下载到你的装置上。

Open cmd and go to the following directory

C:Program filesMicrosoft SDK Windows Telephonev7.1ToolsIsolatedStorageExplorerTool

然后使用罐头。 ex ex download download Storage file file

isetool.exe ts xd [Product_id_here_see_WMAppManifest.xml] "D:Sandbox"

You should get message like download successful into D:Sandbox.

您也可通过修改以下论点来填补空白:ts with s





相关问题
Silverlight 4.0 IsolatedStorageFile

How to view all the content in my IsolatedStorageFile by setting a new page in your browser? Thank you

Silverlight: Log4Net to Isolated Storage

First, I know about Clog, and I do not want to implement this piece. The reason? We can t maintain severeal logging frameworks . So to my question: Is it possible to implement log4net in a ...

Silverlight IsolatedStorage techniques for larger files?

I am using IsolatedStorage in Silverlight 3 to store some settings when a user navigates away from a page hosting the application. Currently i m using a DataContractSerializer to write the settings ...

Silverlight Save image to IsolatedStorage

Is the following the correct way to save an image to isolated storage? public void imageToStore(Image imageIn) { IsolatedStorageFile iso = IsolatedStorageFile.GetUserStoreForApplication(); ...

Copying a file from an IsolatedStorage

I was just wondering if there is a way to prevent people from copying a file which is stored by using System.IO.IsolatedStorage? To me, I can t think of anyway. Any person can go and grab those files ...

热门标签