数据存储过程没有任何数据库 [英] Data storing procedure without any database

查看:97
本文介绍了数据存储过程没有任何数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我正在尝试使用Windows窗体应用程序中的C#.net构建语言词典。我想知道如何在没有像oracle或mysql这样的数据库的情况下存储数据(单词和含义)并离线使用应用程序。数据是关系型的。我读过有关sdf文件的内容。 但是其他可能存储数据的方法是什么?

提示或链接将是很有帮助的。

谢谢.. !! :-)



我尝试了什么:



目前正在学习什么sdf文件实际上是如何工作的

Hi All,

I am trying to build a language dictionary with C#.net in windows form application. I am wondering how can I store the data(words and meaning) without any database like oracle or mysql and use the application offline. Data is to be relational. I have read about sdf file. But what can be other possible ways to store data?
Hints or links will be great help.
Thank you..!! :-)

What I have tried:

Currently learning what sdf file actually is and how it works

推荐答案

如果无数据库你的意思是没有client \ server数据库或没有需要安装的数据库那么你可以使用SQLite或Access。这两个都将使您的应用程序能够使用数据库,而无需客户端安装数据库服务器。



或者您可以简单地将数据存储在文件中,也许XML文件或JSON格式。
If by "no database" you mean no client\server database or no database that requires an installation then you can use SQLite or Access. Both of which will give your apps the ability to use databases without really needing the client to install a DB server.

Or you could simply store your data in files, maybe XML files or in JSON format.


这篇关于数据存储过程没有任何数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆