English 中文(简体)
选择哪个数据库以及如何压缩数据库
原标题:Which database to select and how to compress it

I have a .NET software with me which would install in the computer. That software will gather the information from some source, and that information will be increase day by day. Which would be the best way to store this data into the users computer? data is made up of the text and some very small size images.

请问我,如果你有任何问题,以便我能够改进这一问题。

最佳回答

我可以向您提供我拥有的、并将在网络桌面应用中使用的数据库的两处校对:

<>SQL 页: 1

微软服务器合同(SQL CE)是Microsoft为移动装置和台式运行的应用软件制作的缩略关系数据库。 在引入桌面平台之前,该平台被称为Windows CE和服务器移动版的LQ服务器。 最新发行量是“SQ”服务器契约4.0支持。 NET Framework 4.0, and Hawaii support forWindows Mobile in this release.

<Homepage

系统。 原始数据为SQLite数据库发动机和完整的ADO.NET 2.0/3.5供应商,均投向单一混合模式组。 这完全取代原来的三轮车(如果你重新使用该车,你甚至可以改名为三轮车)。

它们一般都是非常好的选择,很可能是信通数据库中最常用的嵌入式数据库,但当然这取决于你应选择的要求。

如果在服务器之前与服务器合作,SQL Compact可能有一个较低的学习信息库,以便启动,并且你可以与Sulti室管理使用。

在我的个人意见中,我喜欢很多东西。

这些联系可能有助于你作出决定:

问题回答

暂无回答




相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签