Sponsored By
DataConverter
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
   

Home >> .Net >> ADO.Net >> What is the Dot Net Framework data provider for SQL Server?
Author Post

yash Singh


Total Post: 15
Member Since: 10/25/2010
Points: 79
What is the Dot Net Framework data provider for SQL Server?
Posted On: 11/10/2010 1:12:18 AM
what namespace should i use for sql server
Author Post

Pushpendra Singh


Total Post: 9
Member Since: 10/25/2010
Points: 61
Re: What is the Dot Net Framework data provider for SQL Server?
Posted On: 11/10/2010 1:50:07 AM
The  .net framework data provider for SQL Server is the optimized data provider for Microsoft SQL Server 7 or later. It is recommended to use SQL Server data provider to access the SQL Server databse.

Use fallowing namespace for sql server

System.Data.SqlClient
Author Post

Shankar M


Total Post: 25
Member Since: 2/9/2013
Points: 169
Re: What is the Dot Net Framework data provider for SQL Server?
Posted On: 4/14/2013 9:14:05 PM
Hi Yash,

The namespace to be used for SQL Server Data Provider is using System.Data.SqlClient;

using System.Data;            // Use ADO.NET namespace
using System.Data.SqlClient;  // Use SQL Server data provider

Thanks,
Shankar
Report Abuse Form
Reason:    
 
Total Online Users: 2933
Advertisement
MindStick DataConverter
Advertise with Us
  
Copyright © 2013MindStick. All Rights Reserved.