What are the different namespaces used in the project to
connect the database?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
system.data
system.data.oledb
system.data.sqlclient
Is This Answer Correct ? | 0 Yes | 0 No |
How to add a check box or a dropdown list to a column in a datagrid?
What is data relation?
can we have multiple datatables in a datareader ?
18 Answers Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,
What is ado.net objects?
Define executenonquery?
What is the hierarchy of data in databases?
Explain the difference between data reader and data adapter?
What are the three Ado objects?
6 Answers Microsoft, StarSoft,
What?s the role of the DataReader class in ADO.NET connections?
Which object of ado contains datarow datacolumn collection?
How would u connect to database using .NET?
How to add an aggregate column?