Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the different namespaces used in the project to
connect the database?

Answers were Sorted based on User's Feedback



What are the different namespaces used in the project to connect the database?..

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

What are the different namespaces used in the project to connect the database?..

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

What are the different namespaces used in the project to connect the database?..

Answer / ashokdahiya

system.data
system.data.oledb
system.data.sqlclient

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is ole used for?

0 Answers  


How we can provide data to ado.net?

0 Answers  


How do you filter the data in datagrid?

2 Answers   Apps Lab, Choice Solutions,


Can I use One Data Set for More than one Data Adapter?

6 Answers  


What is a datagrid?

4 Answers  


How to check if a datareader is closed or opened? IsClosed()

0 Answers  


Describe briefly an ADO.NET Dataset ?

0 Answers   Siebel,


Give few examples of datareader that is used in different dataproviders.

0 Answers  


What is the use of connection object in ado.net?

0 Answers   TryTechnicals Pvt Ltd,


how to add a selected row of a gridview to another gridview without reloading the page??

2 Answers  


What is the default Timeout for SqlCommand.CommandTimeout property?

0 Answers  


What is main five diffrent between Connected And Disconnected environment

15 Answers   HCL, Satyam, US India, Wipro,


Categories