Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
ADO.NET features? Benefits? Drawbacks?
ADO.NET features? Benefits? Drawbacks?
✍: Guest
Answer 1:
1. Data will be retrieved through Datasets
2. Scalability
Answer 2:
1. Disconnected Data Architecture
2. Data cached in Datasets
3. Data transfer in XML format
4. Interaction with the database is done through data commands
2013-12-10, 1712👍, 0💬
Popular Posts:
What Is the "@SuiteClasses" Annotation? "@SuiteClasses" is a class annotation defined in JUnit 4.4 i...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
What is the value of this expression? +1-2*3/4 -0.5
How can a servlet refresh automatically if some new data has entered the database? You can use a cli...
How do we assign page specific attributes ? Page attributes are specified using the @Page directive.