|
Home > Archive > MS SQL Server Connectivity > March 2006 > TCP/IP Connection without MDAC
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
TCP/IP Connection without MDAC
|
|
| Corinne 2006-03-15, 7:29 am |
| Good morning everyone,
How can I connect set up a TCP/IP connection to a SQL Server 2000 without
using MDAC??
Thank you
Corinne
| |
| Roger Wolter[MSFT] 2006-03-15, 1:23 pm |
| Why do you need to do this? MDAC contains all the client libraries that
know how to connect to SQL Server so what you're asking is equivalent to
"how do I create Excell spreadsheets without Excell" which is possible but
pretty difficult. The thing that comes closest is SQLXML which still uses
MDAC but has an ISAPI plug-in in front of MDAC so you can talk to MDAC over
HTTP. Perhaps if you told us what you are doing this for it would help.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Corinne" < corinnetalaboulma@ho
tmail.com> wrote in message
news:%23Fk0mbBSGHA.4976@TK2MSFTNGP11.phx.gbl...
> Good morning everyone,
>
> How can I connect set up a TCP/IP connection to a SQL Server 2000 without
> using MDAC??
>
>
> Thank you
>
> Corinne
>
>
>
| |
| omarnofal1981@yahoo.com 2006-03-19, 11:06 am |
|
Corinne wrote:
> Good morning everyone,
>
> How can I connect set up a TCP/IP connection to a SQL Server 2000 without
> using MDAC??
>
>
> Thank you
>
> Corinne
|
|
|
|
|