473,799 Members | 3,158 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

System.Data.SQL Client 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.SQL Client functions.

Can someone point me to any documentation stating this.

Thanks
Nov 15 '05 #1
6 1851
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***@Onlinewo rk.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.SQL Client 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***@Onlinewo rk.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.SQL Client 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***@Onlinewo rk.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.mi crosoft.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***@Onlinewo rk.com>
Sender: "Buddy" <Bu***@Onlinewo rk.com>
References: <07************ *************** *@phx.gbl> <ue************ **@TK2MSFTNGP12 .phx.gbl>
Subject: Re: System.Data.SQL Client 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: AcN4WQNtgcGqZWp GTYqrj3i0uh/70g==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
Path: cpmsftngxa06.ph x.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1840 20
NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.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***@Onlinewo rk.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.SQL Clientfunctions.
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
4939
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"; c.Open(); SqlCommand command = c.CreateCommand(); command.CommandType = CommandType.Text; command.CommandText = "select Customers.customerid, customers.companyname, " +
2
11124
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 As EventArgs) DataGrid1.DataSource = MyQueryMethod(CInt(TextBox1.Text)) DataGrid1.DataBind() End Sub Function MyQueryMethod(ByVal others As String) As System.Data.DataSet
2
4593
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 Here's the scenario: 1. .NET Windows Client on a remote machine makes a web service call to update tables on a Web Server running SQL Server 2000. 2. The Update is updating about 1000 - 3000 records doing simple update statements like "Update...
2
2783
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 Windows domain user account and tried to open the same page which has the databasde query code. When the two user tried to open the same page at the same time, there is a runtime error messsage showing as follows:
1
7520
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 about quite alot of problems. But now I've sorted out everything except one problem that I just can't get to disappear: As soon as I try to connect to a database from my code and run a query, I get an exception thrown: Check: Request for the...
3
24243
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 this? System.Web.Services.Protocols.SoapException: Server was unable to process request. ---System.Data.SqlClient.SqlException: An attempt to attach an auto-named database for file g:\inetpub\wwwroot \BankingService\App_Data\BankingDb.mdf failed....
1
2810
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 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Assignment.rose.dtgFlower_UpdateCommand(Object source,...
1
3169
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 'System.NullReferenceException' occurred in my_deepot_common.dll Object reference not set to an instance of an obj int this line public System.Data.SqlClient.SqlConnection user_connection = new
4
5197
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 SqlConnection(connectionstr) comd = New SqlCommand()
0
9685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9538
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10214
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7561
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6803
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5459
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5583
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4135
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2935
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.