i am user who logined the application..after that another
valid user will also logind..so that is it neccessary to
create jdbc connection for each and every user...plz explain
it with proper answer...plz help me
Answers were Sorted based on User's Feedback
Answer / srikanth
yes u have to create new connection if previous connection
is closed otherwise use exixting connection
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / karthik
No need to create any connection again..k..But inorder to interact with database we need jdbc-odbc connection.
So what will u do here is by using BEAN concept, we can create only one connection programming. After that automatically its call that program only by using constructor concept.
FinalLy what i am saying is that, here the bean used as RE-USABILITY..By use this concept we can login as many as possible..k..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nikitha
no need to create the connection because JDBC driver will automatically connects when u logined with ur name and password if it is stored in database it will displays the information
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
suppose we have to take one ex yahoo mail so many numbers
create their user name&password thats details go to datebase
server,db server responsublity is to stoer &retrive data
after complete u r yahooamil,while again if r login mail u
have to write username&password thats login goes to
dbserver if itchecks for details that datacorrect dbs aceept
thats gives thats guy information
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the difference between jdbc and odbc?
What do you understand by jdbc driver and explain its types?
Which jdbc driver is the fastest driver?
Where can I find ojdbc14 jar file?
What are types of jdbc drivers?
Give an example for getXXX method?
What are the new features available in jdbc 4.0?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What are the steps involved in establishing a connection using jdbc in java?
How do we call a stored procedure from jdbc?
How to create Connection interface object because it is Interface , Interface is not instansiated?