What combination of methods are used to improve the speed of
the fill() method of the DataAdapter?
a) BeginFillData() and EndFillData()
b) StartFillData() and EndFillData()
c) BeginLoadData() and EndLoadData()
d) StartLoadData() and EndLoadData()

Answers were Sorted based on User's Feedback



What combination of methods are used to improve the speed of the fill() method of the DataAdapter? ..

Answer / ish

These are not property of dataadapter.

Is This Answer Correct ?    0 Yes 0 No

What combination of methods are used to improve the speed of the fill() method of the DataAdapter? ..

Answer / rahul

yes he is correct these are not at all releated to dataadapter

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is synchronization and asynchronization. what are the difference between two?

1 Answers   TCS,


What is the difference between user control and custom control?

0 Answers  


Explain ViewState?

0 Answers   QuestPond,


What is autopostback in dropdownlist in asp net?

0 Answers  


What is %20 in a url?

0 Answers  


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

0 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


What is runtime host ?

3 Answers   Digital GlobalSoft,


What is viewstate? In which event of the page life cycle, is the viewstate available?

0 Answers  


How do you create a permanent cookie?

8 Answers   Siebel Systems,


When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.

6 Answers   Syntax Softtech,


Difference between ISQL and OSQL??

1 Answers  


Categories