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
What are the functions of Servlet container?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Is that servlet is pure java object or not?
What is the servlet?
List out difference between a JavaBean from a Servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is servlet attributes and their scope?
How can we upload the file to the server using servlet?
Is servlet synchronized?
What are session variable in servlets?
Why is init() method is used in servlets?
What is the use of servletconfig interface?
What if we pass negative value in load-on-startup?
What are the life-cycle methods for a servlet?
What is the capacity the doget can send to the server?