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 are the uses of Stored Procedure?
What is ado circle?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is basic use of data view?
What are the different methods by which we can populate a dataset?
What is ado and rdo?
Explain how to find the given query is optimised one or not?
Which name space is used to get assembly details?
How to bind the controls(best practice) comboboxes to the data in the dataset?
How to store data in memory?
Explian About DataAdapters
What is the significance of CommandBehavior.CloseConnection ?
How do you find the count of records in a dataset?
Is bulk insert faster than insert?
What is a non query?