dbTalk Databases Forums  

Sql Server 6.5 Client Tool and ASP.net

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Sql Server 6.5 Client Tool and ASP.net in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ABCL
 
Posts: n/a

Default Sql Server 6.5 Client Tool and ASP.net - 10-08-2007 , 09:14 AM






Hi,
I want to connect to Sql 6.5 server database server, What clientTool
should I use to connect it?
And also Is it possible to update records in the Sql 6.5 using
ADO.net 2.0?


Thansk In Advance


Reply With Quote
  #2  
Old   
pamela fluente
 
Posts: n/a

Default Re: Sql Server 6.5 Client Tool and ASP.net - 10-08-2007 , 10:55 AM






On 8 Ott, 16:14, ABCL <ohm... (AT) hotmail (DOT) com> wrote:
Quote:
Hi,
I want to connect to Sql 6.5 server database server, What clientTool
should I use to connect it?
It depends on what is your goal. There are lots of tools that can
connect to it.

Quote:
And also Is it possible to update records in the Sql 6.5 using
ADO.net 2.0?
Yes (OleDb).

Quote:
Thansk In Advance
-P




Reply With Quote
  #3  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Sql Server 6.5 Client Tool and ASP.net - 10-08-2007 , 05:05 PM



ABCL (ohmp05 (AT) hotmail (DOT) com) writes:
Quote:
I want to connect to Sql 6.5 server database server, What clientTool
should I use to connect it?
You a tool like Management Studio?

Well, Management Studio cannot connect to SQL 6.5. Of the tools that
ship with SQL 2005, none is able to connect to 6.5.

But all tools that ship with SQL 2000 can connect: OSQL, Query Analyzer
or ISQL.

And of course, all the 6.5 tools can connect. The graphic query tool
for 6.5 is ISQL/W.

Quote:
And also Is it possible to update records in the Sql 6.5 using
ADO.net 2.0?
With SqlClient, no. But you can use OleDb client, as long as you use
SQLOLEDB as the OLE DB provider. The newer SQLNCLI does not support
connections to SQL 6.5.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.