473,474 Members | 1,546 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

System.Data.SQLClient Question

Hello,

I have two machines a server and a workstation, I've
installed SQL Server 2000 on the SERVER pc, will I need to
all install SQL Server 2000 Client on the workstation
machine for me to use the System.Data.SQLClient functions.

Can someone point me to any documentation stating this.

Thanks
Nov 15 '05 #1
6 1824
You only need to install the .NET Framework on the client computers.
The .NET Framework includes the drivers to access SQL Server DataBases

"Buddy" <Bu***@Onlinework.com> wrote in message
news:07****************************@phx.gbl...
Hello,

I have two machines a server and a workstation, I've
installed SQL Server 2000 on the SERVER pc, will I need to
all install SQL Server 2000 Client on the workstation
machine for me to use the System.Data.SQLClient functions.

Can someone point me to any documentation stating this.

Thanks

Nov 15 '05 #2
Thanks for the reply, but would you know where I can find
some evidence to prove this.

Thanks,
-----Original Message-----
You only need to install the .NET Framework on the client computers.The .NET Framework includes the drivers to access SQL Server DataBases
"Buddy" <Bu***@Onlinework.com> wrote in message
news:07****************************@phx.gbl...
Hello,

I have two machines a server and a workstation, I've
installed SQL Server 2000 on the SERVER pc, will I need to all install SQL Server 2000 Client on the workstation
machine for me to use the System.Data.SQLClient functions.
Can someone point me to any documentation stating this.

Thanks

.

Nov 15 '05 #3
> Thanks for the reply, but would you know where I can find
some evidence to prove this.


just write a simple code, run it and see the proof by your own eyes.
Nov 15 '05 #4
Thanks for your lovely comment, I need an quick answer,
which is the reason I have not done this. For me to do
this I would need a clean machine that has never had SQL
Server 2000 Client installed, currently I do not have a
machine like that, so I was hoping for someone to point me
to the right direction with some documentation.

Thanks
-----Original Message-----
Thanks for the reply, but would you know where I can find some evidence to prove this.
just write a simple code, run it and see the proof by

your own eyes.

.

Nov 15 '05 #5
Lol, look just take it from us ok ;)

Kieran

"Buddy" <Bu***@Onlinework.com> wrote in message
news:05****************************@phx.gbl...
Thanks for your lovely comment, I need an quick answer,
which is the reason I have not done this. For me to do
this I would need a clean machine that has never had SQL
Server 2000 Client installed, currently I do not have a
machine like that, so I was hoping for someone to point me
to the right direction with some documentation.

Thanks
-----Original Message-----
Thanks for the reply, but would you know where I can find some evidence to prove this.


just write a simple code, run it and see the proof by

your own eyes.


.

Nov 15 '05 #6
This article

http://msdn.microsoft.com/library/de...stsql_8lmb.asp

indicates that the SQL Client is installed by MDAC (Its already on all PC's for the most part. MDAC 2.7 is installed on XP and win 2003 servers, 2.5 is installed on Win 2000)

And the framework requires MDAC 2.7 be installed. per when you install the framework (Pre-requisites)

By the way MDAC 2.8 is now available as well...

http://www.microsoft.com/downloads/d...DisplayLang=en

Is this what you were looking for?

Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Email : sc***@online.microsoft.com <Remove word online. from address>

This posting is provided “AS IS”, with no warranties, and confers no rights.

Get Secure!
http://www.microsoft.com/security
http://www.microsoft.com/protect
--------------------
Content-Class: urn:content-classes:message
From: "Buddy" <Bu***@Onlinework.com>
Sender: "Buddy" <Bu***@Onlinework.com>
References: <07****************************@phx.gbl> <ue**************@TK2MSFTNGP12.phx.gbl>
Subject: Re: System.Data.SQLClient Question
Date: Thu, 11 Sep 2003 04:37:00 -0700
Lines: 29
Message-ID: <04****************************@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcN4WQNtgcGqZWpGTYqrj3i0uh/70g==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.dotnet.languages.csharp
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:184020
NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp

Thanks for the reply, but would you know where I can find
some evidence to prove this.

Thanks,
-----Original Message-----
You only need to install the .NET Framework on the client

computers.
The .NET Framework includes the drivers to access SQL

Server DataBases

"Buddy" <Bu***@Onlinework.com> wrote in message
news:07****************************@phx.gbl...
Hello,

I have two machines a server and a workstation, I've
installed SQL Server 2000 on the SERVER pc, will I needto all install SQL Server 2000 Client on the workstation
machine for me to use the System.Data.SQLClientfunctions.
Can someone point me to any documentation stating this.

Thanks

.

Nov 15 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dylan Phillips | last post by:
A strang error is occurring when I run the following code: SqlConnection c = new SqlConnection(); c.ConnectionString = "Initial Catalog=Northwind;user id=sa;password=kat1ie;Data Source=server";...
2
by: sbox | last post by:
I've got an error "System.FormatException: Input string was not in a correct format." while I'm implementing a datagrid and a textbox What's wrong with it? Sub Button1_Click(sender As Object, e...
2
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET ...
2
by: sxiao | last post by:
Hi, there I got a NullReferenceException when there are more than one users trying to open the same page at the same time. The senerio is: Two users logged into the web application using the...
1
by: goc | last post by:
I have a Web Farm, that fetches its database-data from a separate database-server. Today I was forced to go over to .NET 2.0 (since 1.1 can't be installed on Windows Vista x64), and it brought...
3
by: weird0 | last post by:
This is the exception that I get when i create a webserivce obj and call. The error comes on the webmethod call, when it opens a connection to the db. How do I fix it? What is the solution to...
1
by: thithi | last post by:
Please help me " System.Data.SqlClient.SqlException: Prepared statement '(@Name varchar(100),@Describes varchar(100),@Money char(10))Upda' expects parameter @Describes, which was not supplied. at...
1
by: Pedro Dinis | last post by:
i have this class library that connects to the database(see appconfig below) compiling 0 errors but when its running i amhaving this error An unhandled exception of type...
4
by: Albert | last post by:
Hi, when do i need this: Imports System.Data and when this: Imports System.Data.SqlClient? More specifically, when i want to perform a select or update of a table using: connection = New...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.