ADO.NET Name Spaces

   

ADO.NET Name Spaces

Before you can use ADO.NET components , the appropriate name spaces must be included. The System.Data name space always needs to be included because this contains the core database components. Next, one of two name spaces must be included, depending on the source of your data. For a direct SQL Server connection, the System.Data.SqlClient name space should be used for best performance. For all other connection types, such as Access and Oracle, the System.Data.OleDb name space is required.

   


Special Edition Using ASP. NET
Special Edition Using ASP.Net
ISBN: 0789725606
EAN: 2147483647
Year: 2002
Pages: 233

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net