What is DSN and System DSN and what is the difference
between them?
Answer Posted / sagar
A User DSN is data connection created and owned by a single
user account. The connection and its configuration are no
longer valid when the user logs off.
System DSNs work for anyone using that system. For example,
no matter who logs onto the machine, system DSNs can be
seen by all users, and they are stored in the Registry in
the Local Machine section.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
The code in a finally clause will never fail to execute, right?
What are the types of an http request?
Whether thread can be used in servlets?
Explain how does JSP handle run-time exceptions?
Explain the difference between servletconfig and servletcontext in servlet?
How to upload a file to the server using servlet?
Can filter be used as request or response?
How will you pass values from HTML page to the servlet?
Who is responsible to create the object of servlet?
What is the capacity the doget can send to the server?
What is servlet name in web xml?
What is the difference between Servlets and Applets?
What is called servlet mapping?
What are the uses of servlet and what is servlet chaining?
What is the need of session tracking in web application?