K
koredump
Hi All,
I'm working on an distributable application that will have to connect to a
remote sql server over the internet and would like to find out what will be
the best way to implement this type of a connection.
I've been googling for hours now and can't find a straight answer as to what
is the best way connect to remote SQL server. In the past I've been
connecting directly to remote server that had a listening port opened. But I
gathered, connecting directly is not a very safe approach. I will be using
..net remoting in my application and thought about using it for my data tier
needs as well. I could also use webservices, and now I hear that MS SQL
Server 2005 can be HTTP listener and expose a webservice to allow the
execution of statements and sql procedures. What's the best way? Does
someone know of a good article that will provide me with some guidance?
Should I just connect direclty using ado.net without an abstraction layer
between the application and the server?
TIA for any help
rich
I'm working on an distributable application that will have to connect to a
remote sql server over the internet and would like to find out what will be
the best way to implement this type of a connection.
I've been googling for hours now and can't find a straight answer as to what
is the best way connect to remote SQL server. In the past I've been
connecting directly to remote server that had a listening port opened. But I
gathered, connecting directly is not a very safe approach. I will be using
..net remoting in my application and thought about using it for my data tier
needs as well. I could also use webservices, and now I hear that MS SQL
Server 2005 can be HTTP listener and expose a webservice to allow the
execution of statements and sql procedures. What's the best way? Does
someone know of a good article that will provide me with some guidance?
Should I just connect direclty using ado.net without an abstraction layer
between the application and the server?
TIA for any help
rich