GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft  >  Ado.NET
Go To First  |  Previous Question  |  Next Question 
 Ado.NET  |  Question 30 of 31    Print  
Database Access
Can we do database operations without using any of the ADO.net objects?

This was an interview question



  
Total Answers and Comments: 2 Last Update: August 06, 2008     Asked by: Lavanyaaru 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: johnjustin
 
Accessing data from a database is called as database access. We can access data from database using several techniques such as DAO, RDO, ADO.NET etc.

Above answer was rated as good by the following members:
bb.geetha
April 08, 2008 19:30:51   #1  
johnjustin Member Since: March 2008   Contribution: 8    

RE: Database Access
Accessing data from a database is called as database access. We can access data from database using several techniques such as DAO, RDO, ADO.NET etc.
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
August 06, 2008 08:03:08   #2  
shannbala Member Since: August 2008   Contribution: 1    

RE: Database Access
no it is impossible
 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    

 Related Questions

No, we cann't since once connection to database is opened must be closed before you reopen again . 
Latest Answer : yes,we can connect two dataadaters to same datasource using single connection at same time.There is a technology in ado.net 2.0 called MARS usinng Mars in connection string we can do it.for eg:  cn.ConnectionString = "server=(local); database=employee; ...
Read Answers (8) | Asked by : Niranjan

Latest Answer : you can connect sql using oledbname space . ...
Read Answers (5) | Asked by : Padmaja

Latest Answer : We will update the dataset by calling Update Method.We will update the database by calling AcceptChanges Method. ...

Latest Answer : TO Connect to a DatabaseFirst we need to have a namespace like System.Data.Sqlclientthen connect to database as follows1.Create connection using SqlConnection Sqlconnection con=new sqlconnection("Connectionstring")2.Open connection con.Open()3.Pass ...
Read Answers (10) | Asked by : lakshminarayanan

Can we do database operations without using any of the ADO.net objects?This was an interview question 
Latest Answer : no it is impossible ...

If we are not returning any records from the database, which method is to be used? 
Latest Answer : We can use both DataSet as well as SqlCommand object, but as the data is meant only for viewing, we are supposed to use SqlCommandObject.ExecuteNonQuery() for faster performance. ...


 Sponsored Links

 
Related Articles

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

Performing XSLT Transformations inside the Database

Performing XSLT Transformations inside the Database Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr employees table you can create a script that will instruct the database to build an HTML page based on the data stored in hr e
 

Moving All the XML Processing into the Database

Moving All the XML Processing into the Database In the preceding example the database server performs only a part of the XML processing while the rest is still performed by the PHP engine Specifically the database server generates an employees XML document based on the records from the hr employees
 

Performing XML Processing inside the Database

Performing XML Processing inside the Database When building XML enabled applications on top of Oracle there are many advantages to performing the XML processing inside the database when compared to performing it on the client The key advantages to perform XML processing inside the database are as fo
 

N-Tier Architecture: Data Access Layer

N Tier Architecture Data Access Layer In an N Tier architecture the data access layer consists of components that aid one in the process of accessing the database When it is used correctly the data access layer serves as an abstract level for the structures of the database Simple changes that are ma
 

How to Access C++ Class Members

How to Access C Class Members In this C tutorial you will learn how to access Class members dot operator or class member access operator difference between struct and class and  scope resolution operator mosgoogle center It is possible to access the class members after a class is defined an
 

What are Data Access Tools

Data access is the process of entering a database to store or retrieve data. Data Access Tools are end user oriented tools that allow users to build structured query language (SQL) queries by pointing and clicking on the list of table and fields in the data warehouse. Thorough computing history, t
 

What is Access Path

In relational database management system (RDBMS) terminology, Access Path refers to the path chosen by the system to retrieve data after a structured query language (SQL) request is executed. A query may request at least one variable to be filled up with one value or more. A query may look like th
 

What is Access Point

An access point (AP; or also "WAP" for "wireless access point") is a node responsible for the formation of a wireless network through connection between wireless communication devices. It acts as a central transmitter and receiver of wireless radio signals, and is
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape