What is DSN and System DSN and what is the difference
between them?
Answers were Sorted based on User's Feedback
Answer / 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 |
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What is servlet container. how it works?
Difference between Include, Forward and sendRedirect in Servlet?
What do you mean by a filter and how does it work?
What are the advantages of servlets over traditional cgi?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
How can you run a servlet program?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
How to rectify errors in java servlet while compilation?
What is the difference between servlet and filter?
What are life cycle methods of a servlet?
How many ways to remove the session object in the container