SQL Server 和安装文件创建...?

发布于 2024-11-04 15:17:09 字数 290 浏览 0 评论 0原文

01)。我有应用程序(语言 VB.NET 2008),我也使用了数据库。现在我想创建一个安装文件并且我有 dotnet 框架。现在我想创建一个设置,就像运行设置向导时必须安装框架和我的应用程序一样。请告诉我该怎么做...

02)。我使用 SQL 2000 进行数据库管理,那么现在如何将 SQL 服务器安装到其他 PC 上? 有没有像 VB.net 框架一样安装 SQL Server 的选项...?我的意思是我们不需要安装 VB.net 语言来运行这个应用程序。安装框架就够了。像这样我们可以安装一些东西来运行 SQL Server...? 谢谢

01). I have application (Language VB.NET 2008) and I used a database too. and now I want to create a setup file and I have dotnet framework. Now I wanna create a setup like when setup wizard running must install frame work and my application both. Pls tell me how to do it...

02). I used SQL 2000 for database management so now how can I install SQL sever to other PCs ?
Is there an any option to install SQL server like VB.net framework...? I mean we do not need to install VB.net language to run this application. Its enough to install framework . like that can we install something to run SQL server...?
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何其悲哀 2024-11-11 15:17:09

这确实不是一回事。您的应用程序是预编译的,.net 框架只是解释它。这就是运行该应用程序所需的全部内容。但是,您必须决定是否希望数据库保留在应用程序本地,或者需要集中化。即,当您在每台计算机上安装应用程序时,每个安装实例是否都有特定于该实例的数据?如果是这样,您将需要将本地数据库与您的应用程序打包。或者另一个选择是让您的应用程序连接到一个集中式数据库(您托管的)。因此,每个安装都会连接到一个数据库以获取所需的任何数据。

Its really not the same thing. Your application is pre-compiled, and the .net framework just interpretes it. And thats all you need to run the application. However, you have to decide if you want to the DB to remain locally with the application, or it needs to be centralized. i.e., when you install the application on each of the machines, will each install instance have data that is specific to that instance? If so, you will need to package a local DB with your application. Or the other option is to have the a centralized DB (that you host) that your application connects to. So every installation will connect to one DB to get whatever data it needs to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文