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
How can we perform any action at the time of deploying the project?
Is that servlet is pure java object or not?
What are the types of protocols supported by httpservlet ?
What are the life cycle methods of the servlet?
How can I send user authentication information while making URL Connection?
What do you mean by url pattern in servlet?
How do you deal property files in servlet?
What is the difference between Servlets and Applets?
What are the type of protocols used in httpservlet?
What is servlet instance?
Write a simple servlet program to print the contents of html.
What are the mechanisms used by a servlet container for maintaining session information?
What do you mean by deployment descriptor?
What is ServletContext object?
What is servlet and its use?