在C#中无服务器数据库 [英] Serverless Database in C#

查看:139
本文介绍了在C#中无服务器数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在这里完整的新手问题:我只是用C#玩的第一次,并希望使Windows窗体应用程序存储在数据库结构中的一些信息,但显然不希望需要像要安装的MySQL每个客户端的计算机上。我怎么去呢?

Complete newbie question here: I'm just playing with C# for the first time and want to make a Windows Forms application which stores some info in a database structure, but obviously don't want to require something like MySQL to be installed on each client's computer. How do I go about this?

推荐答案

您使用不需要安装一个数据库。有几个在那里 - 有微软的SQL Server Compact ,坦率地说是严重命名,因为它不会支持像存储过程,视图等更有用SQL的功能。还有 VistaDB的这确实支持特效储存,但需要购买,如果你想的Visual Studio插件。

You use a database that doesn't require an install. There are a few out there - there's Microsoft SQL Server Compact, which frankly is badly named, as it won't support the more useful SQL functions like stored procedures, views and so on. There's also VistaDB which does support stored procs, but requires purchase if you want Visual Studio plugins.

这篇关于在C#中无服务器数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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