Question:

What are the three objects you need in .Net to display data?

by  |  earlier

1 LIKES UnLike

1. Connection, adapter, dataset

2. Connection, query, dataset

3. Connection, query, data field

4. Server, client, application

5. IIS, web form, server

 Tags:

   Report

1 ANSWERS


  1. well, in .Net you need actually 4. That is a live CONNECTION to your database, an ADAPTER to be able to execute a QUERY, and a DATASET in which you'll store your queries resultset.

    but  if only have the above choices, I choose number 1.

    hope this helps.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.