如何使用数据库创建exe文件

如何使用数据库创建exe文件

本文介绍了如何使用数据库创建exe文件,包括客户端系统所需的软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个桌面应用程序。该应用程序包含后端数据库。

我们假设我为公司(数据库名称)数据库中的员工创建了一个表。(在SQL Server 2005中)

我的应用程序有一个存储员工详细信息的界面。现在我想用我的数据库和应用程序创建单个可执行文件

。我想在客户端mechine中安装该应用程序没有互联网。

现在我想知道如何做到这一点以及客户系统需要什么软件。



我的来源任务如下:



Windows xp sp2(客户端系统)

我的可执行文件(.exe文件)--->(我正在使用SQL Server 2005和VS 2008专业人员)

1.如何创建这个包含公司数据库的exe文件

2.客户端系统所需的软件是什么为了成功运行这个应用程序



如果可能的话,给我一步一步的指导es。





删除代码块 - 仅使用< pre>代码片段的标签 - OriginalGriff [/ edit]

I am developing a desktop application.The application contains back end database.
Let us say for example i created a table for employee in company(database name) database.(In SQL server 2005)
My application has an interface to store employee details.now i wanted to create single executable file
with my database and application.I wanted to install that application in clients mechine which have no internet.
now i wanted to know how to do that and what are the software needed at clients system.

My sources for the task is below:

Windows xp sp2(clients system)
My executable file(.exe file)--->(I am using SQL server 2005 and VS 2008 professional)
1.how to create this exe file which includes company database
2.what are the softwares needed at clients system in order to run this application successfully

if possible give me step by step guidelines.


[edit]Code block removed - only use <pre> tags for code fragments - OriginalGriff[/edit]

推荐答案




这篇关于如何使用数据库创建exe文件,包括客户端系统所需的软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 23:08