|
-
Apr 8th, 2008, 02:35 AM
#1
Thread Starter
Member
[2005] SQL Data binding and External Connections
Hi everyone,
I am in the process of writing a rather simple contact manager using SQL server 2005 and Databinding, however I have run into one small problem. This program will need to (occasionally) be run outside the local network.
Now its easy enough to open my servers SQL port (Of course after changing it to something else) and use SQL Authentication to connect externally to the database; but I am still concerned about security.
On the other hand, it’s also easy to create a service that manages all incoming connections to the server as a middleman between the app and the server; but then I lose my ability to databind the objects in my app.
Which is something that I very much want to utilize.
Could someone please comment on whether or not it really is such a no, no to open your SQL server to the outside world as some people claim, and if it is how could I use a "middleman" service but continue to use databinding?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|