What is a DataSet? The Dataset is the central object in ADO.NET. DataSet is a logical container of data. It represents a set of data tables referenced as one unit in the application. With this object you can get all the data you need from each table quickly, examine and change it while you are disconnected from the server and then update the server with changes in an efficient operation. | ||||||||||||||||||||
How to fill DataSet with data? To fill DataSet with data we have to use Fill() method of DataAdapter object. Fill() has several overloads. But the simple one is Fill(DataSet, DataTable) | ||||||||||||||||||||
Explain about ADO.NET and its features? ADO.NET features are included in the Microsoft.NET framework. It has software components which help in data access and services.This can be used to make changes to RDBMS and non relational data base systems. This technology is considered to be the forefront of Active X data objects. | ||||||||||||||||||||
Explain about Active X data objects? Active X data objects are used to access data sources and it is based upon the Component object model. This technology allows data base developers to write program without the knowledge of how database is implemented. Knowledge of SQL is absolutely not necessary to write programs in ADO. | ||||||||||||||||||||
What are the different languages which implement ADO? There are several languages which implement ADO technology out of which these are some of the basic they are VB script in ASP, Visual Basic, Delphi, C++, and Microsoft environments. ADO.NET is a new addition to ADO.. | ||||||||||||||||||||
State some of the basic steps required to access and manipulate data? Some of the basic steps which should be taken to access and manipulate data are as follows. * Creating connection object which helps to connect to a database. * Record set object should be created which facilitates connection to receive data. * Opening of the connection * Passing the desired name for your table and performing necessary functions on the fetched data. * Changes can be done by using the commands update and update batch. | ||||||||||||||||||||
Name some of the top level objects which ADO consists? Some of the several objects which ADO consists are as follows they are * Connection object is responsible for creating a connection to the database. * Record object represents data which is not from the database. * Parameter object represents a sql parameter * Stream object is responsible to represent data from a text page or web page. | ||||||||||||||||||||
Explain about RDO? A remote data object is also called as RDO in short. This represents data access application programming interface used in operating systems of windows. This was primarily designed for visual basic applications. This feature allows data base developers to interact directly with Open data base connectivity. | ||||||||||||||||||||
Explain about Data access objects or DAO? DAO is used for database access on windows platform. It creates a work space object in which applications or operations are performed. There are two types of database engines they are Jet database engine and ODBC direct database engine.
| ||||||||||||||||||||
Explain about data provider? ADO.NET has two primary parts in its architecture out of which one is data provider. It has its own set of objects and it consists of its own classes. Some of them are connection, parameter, data reader, command and data adapter. This provides access to data sources such as Oracle, SQL server, etc |
Tuesday, October 12, 2010
Frequently Asked Interview Question-Answer of ADO.NET
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Confidence may not bring success but
It gives a heart to face any challange..!