How to communicate with my database over the Internet
-
Hi everyone I've done a Windows application in C# where I can retrieve data from a database. But I want to port my database records to a server and then let my Windows appl. getting the the through the internet. Do you know of some easy way to handle this problem... All the best Al NB I'm using ADO.NET for querying
-
Hi everyone I've done a Windows application in C# where I can retrieve data from a database. But I want to port my database records to a server and then let my Windows appl. getting the the through the internet. Do you know of some easy way to handle this problem... All the best Al NB I'm using ADO.NET for querying
ComCoderCsharp wrote:
Do you know of some easy way to handle this problem...
If you can already use the SQL Server internally from other machines then most likely all you need is to open the relevant port on the firewall. However, the port is closed for a reson. You should not expose your SQL Server to the internet. You should create a webservice that communicates with the external application.
Upcoming events: * Edinburgh: Web Security Conference Day for Windows Developers (12th April) * Glasgow: Introduction to AJAX (2nd May), SQL Server, Mock Objects My website