What we do with the object of ado.net dataset after using
it?Can we dispose it or can we set it nothing?Is it must or
not?

Answers were Sorted based on User's Feedback



What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it no..

Answer / chetan nandwana

This is not must as .Net have its own garbage collector.
but if you feel you have no need of this dataset anymore or
you wanna create it again next time them Better use Dispose
method of this as it Implements IDisposable interface

Is This Answer Correct ?    1 Yes 1 No

What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it no..

Answer / om namo bagavathe vasudevaya n

when ever we create an object for a class or any sever
contol etc with in the application and if we forgot to
dispose that object.Then garbage collector runs a Demon
Process(Demon process:A theard that automatically runs when
ever process is called) that is used to collect all the
objects that are not used for so long time.
but when ever we create any DataBase objects or file objects
they are not belong to the application so the IIS sever
doesnot perfom garbage collection for those DataBase or file
objects.So we have to explicity close those database objects
so for that we have to use Dispose mothod for closeing
Database objects and file objects etc..

Is This Answer Correct ?    1 Yes 1 No

What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it no..

Answer / satyambabu

we use dispose

Is This Answer Correct ?    0 Yes 1 No

What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it no..

Answer / guest

we use dispose

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

What provider ADO.net use by default?

10 Answers   Accenture, TCS,


If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?

14 Answers   Ksb,


What is the difference between dataset and datatable?

0 Answers  


What are the attirbutes of DataSet?

5 Answers   IBM,


What are the Features of a dataset

0 Answers   BirlaSoft,






Define isolation?

0 Answers  


i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code

9 Answers   Wipro,


Which ado.net object is very fast in getting data from the database?

0 Answers  


What is connection string?

0 Answers  


What are the uses of Stored Procedure?

0 Answers  


What are the key features of ado.net?

0 Answers  


What is difference between sqldatareader and sqldataadapter?

0 Answers  


Categories