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
Which parameter of ConnectionString is used to specify the name of the database?
What are the Features of a dataset
How can we load multiple tables in to dataset?
How to retrieve the user id which is provided while windows authentication?
What does sqldatareader return?
What is ado.net explain with diagram?
What is the return type of executescalar?
What is difference between ado.net and asp net?
What is difference between connected and disconnected architecture in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are typed and untyped dataset?
What do you know about ado.net's objects?
How do you implement locking concept for dataset?
What is ado.net objects?