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
Explain the differences between oledb sql server, oledbdotnet provider?
What is a column variable?
What are the parameters that control most of connection pooling behaviors?
What is the difference in an abstract class and an interface?
What is ole access?
Define Execute Reader?
What is defaultview in datatable?
What is full form of ado?
What is ado.net explain with diagram?
How is it possible to get 2 tables of data at a time by using data reader?
What is data access pattern?
What is a dynaset in access?
What are the benefits of using of ADO.NET in .NET 4.0?
What is ole data type?
What is a datagridview?