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

查看:100
本文介绍了无服务器数据库在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?

推荐答案

使用不需要安装的数据库。有几个 - 有 Microsoft 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天全站免登陆