| Author |
What sort of connectivity does JDBC provides.
|
Nilesh Srivastava
Ranch Hand
Joined: Aug 29, 2003
Posts: 70
|
|
Hi all, Does JDBC provides a DSN or DSN less connection. Please explain... Thanks Nilesh
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
If you're referring to "data source name", then JDBC is not saying anything about that. It's completely up to the JDBC driver.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
zhu a ming
Greenhorn
Joined: Oct 05, 2003
Posts: 9
|
|
create datasource jdbc ====> find datasource connection datasource
|
=======================<br />s=(LinkNode *)malloc(sizeof(ListNode));<br /> s->date=ch;<br /> s->next=head;<br /> head=s;<br /> ch=getchar();
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
"FisherMan", Your display name does not comply with our naming policy so I'll have to ask you to change it. Thanks.
|
 |
 |
|
|
subject: What sort of connectivity does JDBC provides.
|
|
|