DataAdapter's fill method()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • itsmestrawberry
    New Member
    • Jul 2007
    • 5

    DataAdapter's fill method()

    hai
    Can any one help me in answering the below questions

    1.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() ?

    2.What property is used on the datatable to indicate a conflict after an update? a) HasConflict b) HasError c) HasCollision d) HasDataError

    thanks and regards
Working...