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
Which is the best method to get two values from the database?
How does entity framework work?
What is difference between datatable and dataset?
How to creating a SqlCommand Object?
What is the hierarchy of data in databases?
How is it possible to get 2 tables of data at a time by using data reader?
What is executenonquery ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
What is connection in ado.net?
How to load multiple tables into a dataset?
What are the steps you will take to improve performance?
What is difference between datareader and dataadapter?
What is a dataview?
What is the difference between executequery and executenonquery?
What does datareader object do?