如何在其他系统上运行exe文件 [英] how to run exe files on other systems

查看:193
本文介绍了如何在其他系统上运行exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio中开发Windows应用程序sql服务器.完成后将其转换为exe文件...是否可以在没有sql server的其他系统上运行exe文件. class ="h2_lin">解决方案

如果您实现了与逻辑相关的SQL(插入,数据删除,数据更新),则您需要连接到某些sql数据库(它可能在您的系统中或网络中的其他系统).




如果您设置了适合于从中央服务器查看sql服务器的连接字符串,则可以从网络中的其他计算机运行您的应用程序.我相信您需要适当的连接字符串来选择您的sql server.喜欢,

服务器= IP地址;数据库= DBInstanceName;用户ID =用户名;密码=密码; 


祝你好运.


I develop windows application sql server in visual studio.After completion I convert it into exe files...Is it Possible To Run exe files on other Systems without sql server..Send me proper solution.....

解决方案

If your implemented any logic related SQL(Insertion,Deletion of Data, Updation of Data) then you need to connect to some sql Database(It may be in your system or some other system in Network).


Hi,

If you have setup your connection string appropriate to see sql server from central server then your application can be run from different computers in the network. I believe you need appropriate connection string to select your sql server. like,

Server=IPAddress;Database=DBInstanceName;User Id=Username;Password=Password;


Best luck.


这篇关于如何在其他系统上运行exe文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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