On 2010-03-12 2:48, xbluewho wrote:
Quote:
Can anyone tell me if JTDS supports shared memory access?
No, it doesn't.
|
Quote:
I would like to access the DB with TCP and Named Pipe DISABLED
Then you're out of luck. jTDS requires at least one of those.
|
However, you can still lock out access to the server from remote addresses,
which should be equally safe. Use the SQL Server Configuration Manager to
disable all addresses on TCP/IP except 127.0.0.1. I don't know if it's
possible to lock out remote named pipe access (it's certainly technically
possible, but I don't know if you can configure it).
--
J.