Why can't use DAO instead of ADO?
Answer / aspguru
DAO is used for small Databases such as MS-Access and it
can't handle the large Databases.
ADO : It's mainly for use in Distributed Environments and
has the capability to handle concurrent request. It can
handle any large Database.
| Is This Answer Correct ? | 4 Yes | 0 No |
How do I open an aspx file in pdf?
What does active server pages look like?
What is aspx format?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What is the common language specification (cls)?
In how many ways you can connect to the Database?
Resource Files: How to use the resource files, how to know which language to use?
why many web.config files are used in are project
what is execute dataset for sp
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
Define an application domain?
what are disadvantages of AJAX controls?