something wrong with my ADO.net
-
im using ADO.Net to connect to my database(im using Visual Studio .NET 2003) whenever i add the namespace System.Data now when i add this i dont have System.Data.OleDb in the list when intelisense pops up...is something wrong?...so im using System.Data.SqlClient...can this work with SQL SERVER 7.0 databases...i read in a book(C# How To Program by Deitel & Deitel) that System.Data.SqlClient only for SQL SERVER 2000 databases oh yeah can i know any WEB SITE where i can get a really good explaination abt Manipulating a Database.(ADDING,INSERTING,DELETING,MODIFYING...ETC) Arvinder Gill
-
im using ADO.Net to connect to my database(im using Visual Studio .NET 2003) whenever i add the namespace System.Data now when i add this i dont have System.Data.OleDb in the list when intelisense pops up...is something wrong?...so im using System.Data.SqlClient...can this work with SQL SERVER 7.0 databases...i read in a book(C# How To Program by Deitel & Deitel) that System.Data.SqlClient only for SQL SERVER 2000 databases oh yeah can i know any WEB SITE where i can get a really good explaination abt Manipulating a Database.(ADDING,INSERTING,DELETING,MODIFYING...ETC) Arvinder Gill
ASGill wrote: so im using System.Data.SqlClient...can this work with SQL SERVER 7.0 databases Yes, it works with SQLServer 7 and later. ASGill wrote: i read in a book(C# How To Program by Deitel & Deitel) that System.Data.SqlClient only for SQL SERVER 2000 databases Nope. ASGill wrote: i dont have System.Data.OleDb in the list when intelisense pops up...is something wrong Go to project references and add
System.Data
namespace. Mazy You're face to face, With the man who sold the world - David Bowie