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 do you know about ado.net's objects?
What is difference between datagridview and datagrid control in winforms?
What are the methods of XML dataset object?
Explain the namespaces in which .net has the data functionality class.
What is openrowset?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is ado and dao?
What is ado circle?
What is aggregate root?
What are the various methods provided by the DataSet object to generate XML?
What are the uses of Stored Procedure?
What is ado.net object model?
how Sequence to connect and retrieve data from database using dataset?
What is ado.net connection?
What is an ADO.Net?