| Author |
DB Connection
|
KasiMurugan Ramasamy
Ranch Hand
Joined: Jan 30, 2005
Posts: 125
|
|
Dear Friends, I would like to know, what are the informations stored in the java.sql.Connection Object.
|
Thanks & Regards
Kasimurugan (SCJP1.4, SCBCD1.3), Preparing SCWCD1.4
|
 |
Em Aiy
Ranch Hand
Joined: May 11, 2006
Posts: 225
|
|
|
I can not paste all the object heres, but you can do it for yourself. Make a small program and create connection in it. Then debug the program. in your watch select the connection object and check all the values in the object. You are already familiar with most of the information stored in connection object.
|
The difference between <b>failure</b> and <b>success</b> is often being <b>right</b> and being <b>exactly right</b>.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
See the JavaDocs.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: DB Connection
|
|
|