How does dataset acts in a disconnected fashion ?
Answers were Sorted based on User's Feedback
Answer / guser9999
Whenever we retrive data we get it retrived through
Dataadapter(bridge betn database and dataset).Then
connection can be closed.and that Dataadapter fills data in
dataset object by .Fill method. So now we have data for
handling in dataset object(which holds data in memory untill
is cleared). Thus it is disconnected architecture.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / ram
Once records poulated into DataSet, the DataSet is placed
into server memory. Then connectiion is disconncted.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / zubair khan
THE DATASET PLACED INTO SERVER MEMORY.THEN CONNECTION IN
DISCONNECTED.
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the application layers for a distribute application?
In which interface the template of any control like Gridview would Initiate?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is query string?
How would one do a deep copy in .NET?
What are validator? Name the validation controls in asp.net?
How To Authenticate Your Web service??
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
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.
What is mvc in asp.net interview question? : Asp.Net MVC
what is the difference b/w .net 1.1 and 2.0 ?
Can you explain what inheritance is and an example of when you might use it?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)