C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
5
Reply
Which namespaces are used for data access?
Sudhir Goswami
12y
5.7k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
The data and XML namespaces in the .NET for data access. 1. System.Data 2. System.Data.Common 3. System.Xml 4. System.Data.OleDb 5. System.Data.SqlClient 6. System.Data.Sql 7. System.Data.SqlTypes 8. Microsoft.SqlServer.Server 9. System.Data.Odbc 10. System.Data.OracleClient 11. System.Transactions
Shivam Shukla
10y
1
Using system.data
Rahul Prajapat
10y
0
using System.Data; using System.Data.SqlClient if Connection with SqlServer or using System.Data.Oledb if connection with Access
Naitik Jani
11y
0
using system.datausing system.configuration
Abhineet Srivastava
12y
0
hello friend,using System.Data
Naeem Khan
12y
0
What is Execute Non Query?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Message