What are the different namespaces used in the project to
connect the database?
Answer Posted / shashikant kothavale
in my project as we used sql server as back end i have used
sqlclient namespace and system io namespace to read
values/data from non database file via comm separated values!
other data providrs are
oledb;
sqlclient;
oraclclient,
odbc etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the full form of ado.net?
List the 4 common ado.net namespaces?
What is fill method in ado.net?
What is meant by executenonquery?
What does executenonquery () method return?
Some important instruction regarding ADO.NET connection string ?
What is the default provider in ado.net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What are two important objects of ADO.Net?
What is a serialized object?
What are the methods of XML dataset object?
Difference between sqlcommand and sqlcommandbuilder?
What are the differences between OLEDB and SQLClient Providers?
What is Serialization in .NET? what are the types of Serialization?
Which is faster entity framework or ado.net?