Sponsored By
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Article
Forum
Blog
Quiz
Beginner
Careers
Contact
Login
Email Id
Password
Remember Me
Forgot Password?
Sign Up
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
Report Abuse
what namespace should i use for sql server
Reply
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
Report Abuse
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
Reply
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
Report Abuse
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
Reply
Report Abuse Form
Reason:
Total Online Users:
2933
Advertisement
Advertise with Us
Copyright ©
2013
MindStick. All Rights Reserved.
Home
|
Contact Us
|
Services
|
Feedback
|
Advertisement
|
Privacy Policy
|
Term & Conditions
|
About Us