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...


About DataAdapters ?

Answers were Sorted based on User's Feedback



About DataAdapters ?..

Answer / a.mustaq ahmed

Data Adapters provide in teraction between DataBase and
Dataset.It provite the functionalities like reading the
data from database,update the data,filter the data and wite
the data to Database

Is This Answer Correct ?    12 Yes 0 No

About DataAdapters ?..

Answer / nitya

DataAdapter acts like a mediator between Dataset and
Datastore(ie.Oracle,Sqlserver or Access).It has two methods
fill() and update().
For Ex:
SqlConnection con=new SqlConnection
("DataSource="databaseEngineName";Initial
Catalog="DataBaseName";User
Id="userName";Password="password";);
DataAdapter da=new DataAdapter(sqlcommand,con);
DataSet ds=new DataSet();
da.fill(ds,"tablename");
da.update(ds);

Is This Answer Correct ?    4 Yes 0 No

About DataAdapters ?..

Answer / manish singh

DataAdapters is important object of Ado.net. it is used to
transfer data to and from database.
DataAdapter is used to Interact with dataset.
DataAdapter has two method fill() and update().

Is This Answer Correct ?    2 Yes 0 No

About DataAdapters ?..

Answer / kamlesh sharma

DataAdapter acts like a mediator between Dataset and
Datastore
data adpters and datasets are disconnected model
through which we can store data on the local site and we
can perform menupulation on that

Is This Answer Correct ?    1 Yes 0 No

About DataAdapters ?..

Answer / sudheer kallipudi

DataAdapter is the bridge between the dataset and database.

Dataset is the Disconnected architecture,through
dataadapter we can get the data from database to dataset.
Once we get the data from database, connection will be
automatically disconnected.Just like Our mobile set.
Once we connected the charger to our mobile,the mobile will
charged.After batary will charge we will disconnect from
the adapter..like that.

Is This Answer Correct ?    1 Yes 0 No

About DataAdapters ?..

Answer / amit bhardwaj

Data Adapter is interface between database and dataset
whatever data is update that is handle by Data Adapter.

Is This Answer Correct ?    1 Yes 0 No

About DataAdapters ?..

Answer / devender kumar

SqlDataAdapter is a class of ado.net . This class can't be
inherited. It acts as a interface between our aplication
and database. The commonly used method of this class is Fill
() method which is used to fill the DataTable/DataSet with
the data fetched by query from the database.

Is This Answer Correct ?    0 Yes 0 No

About DataAdapters ?..

Answer / sunil

The data adapter we can use with data set.we can use data
adapter when the data is in disconnected form & we have to
apply some oprations on it.the data adapter is in the
tabular form & we can create any no of virtual tables to
fetch data.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

What is boxing and unboxing in asp.net?

0 Answers  


How can you make sure that web api returns json data only?

0 Answers  


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


How can we prevent an aspx page get refreshed when any information fetch from the database ?

2 Answers   Minecode,


What is the difference between pathparam and queryparam?

0 Answers  


If I m using Session State Partioning where I have partitioned my session into 4 servers then how can I know that my session will be stored on which server?

1 Answers  


About writting a query and SP which is better ?

5 Answers   Abacus, Satyam,


What is strong-typing versus weak-typing? Which is preferred? Why?

2 Answers  


What are the different types of Session state management options available with ASP.NET?

1 Answers  


Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice

2 Answers   Syntel,


how to use html code in asp source code?

1 Answers  


What are triggers of an updatepanel?

0 Answers  


Categories