GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet
Go To First  |  Previous Question  |  Next Question 
 DotNet  |  Question 24 of 165    Print  
Which method do you invoke on the DataAdapter control to load your generated dataset with data?

  
Total Answers and Comments: 3 Last Update: March 25, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 09, 2005 14:18:30   #1  
Binda Joshi        

RE: Which method do you invoke on the DataAdapter control to load your generated dataset with data?
dataadapter.fill(dataset)
 
Is this answer useful? Yes | No
March 16, 2005 04:10:10   #2  
B.Shiva Kumar        

RE: Which method do you invoke on the DataAdapter control to load your generated dataset with data?
dataAdapter.Fill(dataSet)
 
Is this answer useful? Yes | No
March 25, 2005 06:37:55   #3  
Sachin Ambekar        

RE: Which method do you invoke on the DataAdapter control to load your generated dataset with data?
dataadapter.fill(ds)The beauty of this method is it automatically implicitly opens the connection to database and closes it once done.We dont need to worry about opening and closing the connection to the database.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape