创建一个可执行的sql数据库 [英] Creating an executable sql database

查看:124
本文介绍了创建一个可执行的sql数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我是sql数据库服务器的新手.我已经以安装应用程序的形式看到了示例数据库.例如sql server 2000附带的罗斯文(Northwind).请帮助我,我如何使我的数据库成为可执行应用程序?

Hi there, i am new to sql database server. i have seen sample databases in form of setup applications. for example the Northwind which comes with sql server 2000. Please help me, how can i can i make my database into an executable application?

推荐答案

这可能对您有帮助:
http://www.trap17.com/index.php/install-sql-server-express-package-deployment-instance_t60470.html [
This might help you :
http://www.trap17.com/index.php/install-sql-server-express-package-deployment-instance_t60470.html[^]

You can add SqlExpress Edition to your installer and deploy during the noramal installation of your project. Also you can put a backup to your database and during the installation process you can restore the blank database in the newly created database instance.

;)


如果您的问题是如何将SQL数据库嵌入到应用程序中,从而不需要安装单独的SQL Server,请尝试SQLite [ ^ ]或 MySQL嵌入式服务器 [ ^ ]
If your question is how to embed a SQL database into your application, thus you don''t need to install a separate SQL server, try SQLite[^] or MySQL Embedded Server[^]


您的问题不清楚.您不能使用数据库制作可执行应用程序,而必须编写可运行以访问数据库的应用程序.您可以创建用于安装数据库的安装程序.你是什​​么意思?
Your question is unclear. You can''t make an executable app out of a DB, you have to write an app that can be run to access a DB. You can create an installer that installs a DB. Which did you mean ?


这篇关于创建一个可执行的sql数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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