简体   繁体   English

将Windows应用程序与Web上托管的数据库连接

[英]connect windows application with database that is hosted on web

I have a webpage , that allows users to create account, login, forgot password.I also create a windows application. 我有一个网页,允许用户创建帐户,登录,忘记密码。我还创建了Windows应用程序。 I want to connect this app with database that is hosted on web. 我想将此应用程序与Web上托管的数据库连接。 how can i do this ? 我怎样才能做到这一点 ? i need only database 我只需要数据库

Publish your website as a Web Service and access that web service in your windows application. 将您的网站发布为Web服务,并在Windows应用程序中访问该Web服务。 Have a look at this link to create webservices. 查看此链接以创建Web服务。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将托管的Web应用程序与本地数据库连接? - How to connect a hosted Web Application with a local database? 将基于Windows的应用程序连接到基于Web的数据库SQL Server - Connect Windows-based application to web based database SQL Server 我的Web应用程序从一个Windows用户帐户与数据库连接,但没有从第二个Windows用户帐户与数据库连接 - my web application connect with database from one windows user account but not with second windows user account 如何使用Windows Phone 8连接到服务器上已托管的SQL Server数据库 - How to connect to a SQL Server database already hosted on server with windows phone 8 连接到PHPMyAdmin托管的数据库 - Connect to PHPMyAdmin hosted Database 如何从客户端应用程序访问Windows服务上托管的Web服务? - How to access a Web Service hosted on a Windows Service from a client application? 我了解如何将 web mysql 数据库与 C# Z0F4137ED1502B5045D6083AA258B 应用程序连接起来 - I understand how to connect web mysql database with C# windows form application 无法使用C#Windows应用程序连接到Web托管上的MySql数据库? - Can't connect to MySql database on web hosting using C# Windows application? 使用托管的Web应用程序连接到SQL Server数据库 - Connecting to SQL Server Database using a Hosted Web Application 如何从 Azure 应用服务中托管的 API 应用程序连接到 AWS 中托管的 SQL 数据库 - How to connect to SQL database hosted in AWS from API application hosted in Azure App Service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM