What are the different namespaces used in the project to
connect the database?
Answer Posted / rahul singhal
in vb.net for sql server
imports system.data
imports system.data.oledb
imports system.data.sqlclient
in c# for sql server
using system.data
using system.data.oledb
using system.data.sqlclient
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does datareader object do?
What are basic methods of dataadapter?
What is the meaning of object pooling?
Describe ado.net object model in detail.
What is the difference between sqldatareader and sqldataadapter?
Define connection string?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is basic use of data view?
How can we add/remove row's in "datatable" object of "dataset"?
Describe briefly an ADO.NET Dataset ?
What are dcl commands?
What is the difference between executenonquery () and executescalar ()?
What are the differences between OLEDB and SQLClient Providers?
Define partial class?
What are the benefits of ADO.NET?