Re: Support for SQL Server JDBC Driver
- From: "joe.no_junk@xxxxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: Wed, 22 Jul 2009 08:57:02 -0700 (PDT)
On Jul 21, 9:43 am, Leonidas <Leoni...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Dear Friends,
I have following two questions :-
1. What needs to be done to get support if we run into any issues with sql
jdbc driver?Can we contact Microsoft for this if we have a valid MS SQL
Server 2000/2005 license ?
2. Is it possible to communicate with SQL Server 2000/2005 dataserver over
SSL channel even if the dataserver itself is running in Non SSL mode ? Goal
for this is we need to keep the communication channel secured/encrypted with
SSL irrespective of dataserver's mode of operation - SSL/Non SSL.
Thanks in advance for your time and help on this.
Regards,
Leo
I'll let MS folks say anything about support, but clearly, if the DBMS
isn't
speaking SSL, whoever is speaking to the DBMS can't either. The only
way
you can do what you want is to have a middleman process, running on
the
same machine (or at least inside your firewall) that talks SSL/JDBC to/
from
your clients, and uses the actual MS JDBC driver to relay requests and
results to/from the DBMS. This will be slow.
If you want better performance, you should do *all* your JDBC inside
the firewall, close to the DBMS, in a middleware process, and have
your
clients interact with the middleware process in a light-weight
protocol
such as HTTP (which can be HTTPS).
.
- Follow-Ups:
- Re: Support for SQL Server JDBC Driver
- From: Leonidas
- Re: Support for SQL Server JDBC Driver
- From: Tres London [MSFT]
- Re: Support for SQL Server JDBC Driver
- References:
- Support for SQL Server JDBC Driver
- From: Leonidas
- Support for SQL Server JDBC Driver
- Prev by Date: Support for SQL Server JDBC Driver
- Next by Date: Re: Support for SQL Server JDBC Driver
- Previous by thread: Support for SQL Server JDBC Driver
- Next by thread: Re: Support for SQL Server JDBC Driver
- Index(es):
Relevant Pages
|