如何更新服务器中的数据库 [英] How to update database in server

查看:285
本文介绍了如何更新服务器中的数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想使用Windows应用程序将数据更新或插入服务器的数据库中.我正在Windows应用程序上工作,以将数据更新或插入到系统中的数据库中.但是有什么方法可以在服务器端更新或插入数据库.服务器由另一个系统维护.

Hi,
I want to update or insert the data''s into a database at server using windows application. I am working at windows application to update or insert data''s into database at my system. But is there any way to update or insert into database at server side. Server is been maintained at another system.

推荐答案

嘿,您可以创建Web服务功能.并且可以在窗口应用程序中使用此Web服务来更新服务器数据或引入与服务器.
Hey you can create web service functions .And this web service you can use in window application to update server data or to intract with server.


您好

您可以更新或向服务器插入数据,将连接字符串集数据源名称更改为服务器名称
Hi

you can update or insert data to your server change your connection string set data source name as your server name


您好,

您可以更新或向服务器插入数据,将连接字符串集数据源名称更改为服务器名称

示例:

数据源= myServerAddress;初始目录= myDataBase;用户ID = myUsername;密码= myPassword;
Hi

you can update or insert data to your server change your connection string set data source name as your server name

Example:

Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;


这篇关于如何更新服务器中的数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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