GeekInterview.com
Answered Questions

Database access

Asked By: Lavanyaaru | Asked On: Feb 6th, 2008

Can we do database operations without using any of the ADO.Net objects?This was an interview question

Star Read Best Answer

Editorial / Best Answer

Answered by: amitdotchauhan

View all answers by amitdotchauhan

Member Since Jun-2010 | Answered On : Jun 15th, 2010

Yes.

1. SQLCMD is the utility which supports command line interface to perform SQL operations. Output data in xml file & do opertions!
Refer http://msdn.microsoft.com/en-us/library/ms162773.aspx

2. Alternate way to fetch data is enabling SQL server option which allows to provides data on web in XML format (IDK where it is but yes it was there in SQL 2k). Its data on http so you can read & process it just like a web service but cant perform operations.

I am sure there are other ways too! like

1. Create own database format other then SQL

2. Set up API in other application to fetch/process data in other application & set up custom components to store/process them.

Enjoy!

Answered by: abhisuch on: Sep 29th, 2010

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.
 

Answered by: amitdotchauhan on: Jun 15th, 2010

Yes.1. SQLCMD is the utility which supports command line interface to perform SQL operations. Output data in xml file & do opertions!Refer http://msdn.microsoft.com/en-us/library/ms162773.aspx2. A...

Why edit is not possible in repeater??

Asked By: tukuna | Asked On: Jun 20th, 2006

Answered by: amitdotchauhan on: Jun 15th, 2010

Repeater itself a presentation control, not the data editing control.Repeater still can support a multiple records updates which i have done to support some client requirements.Basically its not the b...

Answered by: Varung5 on: Jun 15th, 2010

Repeater control does not have default selecting and editing support. This control is just to read and display the information. This control has better performance. But if you want to enable the editi...

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: