what is ado.net
Answers were Sorted based on User's Feedback
Answer / narendra chary
1. Ado.net is an object library to communicate with datasources
2. Ado.net is maintained under system.data namespace
3. Ado.net objects are connection, command, dataset, datareader
4. Ado.net has two types of architecture connection-oriented
and disconnected architecture.
5. connection oriented architecture is the datareader and
disconnected architecture is the dataset.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / durai
ado.net means activex data object.it is used to connect
data base
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ranjana tyagi
ado.net is a collection of classes.It supports a
dissconnected architecture.
The ado.net arc contains------
datareader,dataadapter,connection,command
and dataset.
here dataset contains collection of datatable(collection of
datarow,datacolumn).
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / nazrul.nazi
Ado.net is technology which is used in Asp.Net for Connection
with databases.it used for Both Connectionless or connected
mode.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nagarjunareddy.sannapareddy
ado .net is a object library which is used to communicate
with database
using this ado.net we can develop client-server architecture
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / smriti
ado.net basically provides the connectivity to the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkat
It is a Disconnected architecture,data is retrieved from
database and cached on your local machine and manipulations
can also be performed on database.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sreenivas kalluri
ADO .Net is Active Data Object which acts as a bridge
between data base and data set for transfering data.
| Is This Answer Correct ? | 2 Yes | 5 No |
Explain hard disk? : Dot net architecture
What i sthe meaning of .(dot) in .Net?
What is .net mobile images control. : Microsoft dot net mobile
what is class and object explain with example?
what are the fundamental and common properties of .net controls?
Can you Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
where should I put this information then?
What is application frame host?
how can u manage sessions ?
question related to table havi colspan and row span
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
how to kill user session ?