How to connect to local database via website?

Posted by Carlo on Stack Overflow See other posts from Stack Overflow or by Carlo
Published on 2011-01-11T09:44:16Z Indexed on 2011/01/11 9:53 UTC
Read the original article Hit count: 154

Filed under:
|
|

Hi

I have a website used by clients for reporting purposes and would like to give clients the option of my website reading their local database directly (instead of them providing data in a file format). In most instances their database would be SQL Express setup on their localhost.

How can I connect to a clients local SQL server via my website, using asp.net / javascript etc? If the client provides their connection string properties, localhost would just refer to my server's localhost...

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET