RE: VB apps connecting directly to SQL 2000 via Internet
From: Eric Yang [MS] (ericyan@online.microsoft.com)
Date: 09/06/02
- Next message: BP Margolin: "Re: How to protect from making copies of database?"
- Previous message: John Bell: "Re: SQL Server TCP/IP Listener Address"
- In reply to: Jeremy Byrski: "VB apps connecting directly to SQL 2000 via Internet"
- Next in thread: Jeremy Byrski: "Re: VB apps connecting directly to SQL 2000 via Internet"
- Reply: Jeremy Byrski: "Re: VB apps connecting directly to SQL 2000 via Internet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: ericyan@online.microsoft.com (Eric Yang [MS]) Date: Fri, 06 Sep 2002 02:15:10 GMT
Dear Jeremy,
It is not recommended to run the SQL Server with its port directly open to
the internet. The file wall is needed.
In these situations, the common practice is to host a middleware component
in the IIS and let the clients communicate with the component instead, and
the component will talk directly to the SQL Server.
You might also consider using Microsoft Remote Data Services (RDS). RDS is
a Web-based technology that uses Microsoft Internet Information Services
(IIS) and special ActiveX controls to bind data from an SQL data source to
data controls on a Web page. RDS is integrated with ADO technology. For
more information about RDS, see the RDS documentation in the Microsoft Data
Access Components (MDAC) SDK, located in the Platform SDK in MSDN Online.
In addition, the following article about RDS should be of some help to you.
http://support.microsoft.com/support/kb/articles/q183/2/94.asp
Sincerely,
Eric Yang [MS]
Microsoft Online Support Engineer
Please do not send email directly to this alias. This is our online
account name for newsgroup participation only.
This posting is provided 'AS IS' with no warranties, and confers no rights.
Get Secure! - www.microsoft.com/security
- Next message: BP Margolin: "Re: How to protect from making copies of database?"
- Previous message: John Bell: "Re: SQL Server TCP/IP Listener Address"
- In reply to: Jeremy Byrski: "VB apps connecting directly to SQL 2000 via Internet"
- Next in thread: Jeremy Byrski: "Re: VB apps connecting directly to SQL 2000 via Internet"
- Reply: Jeremy Byrski: "Re: VB apps connecting directly to SQL 2000 via Internet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|