Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
JDBC and Relational Databases
Why Loading of Driver is required in JDBC
Abhishek Rath
Ranch Hand
Posts: 69
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi
Can you please clarify the following points
1.Why we need to register the drivers in
JDBC
?
2.What is the alternative of class.forName
3.What is the use of DriVerManager class?
Christophe Verré
Sheriff
Posts: 14691
16
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
From the JDBC tutorial :
Establishing a connection
.
[My Blog]
All roads lead to JavaRanch
Abhishek Rath
Ranch Hand
Posts: 69
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks .However without using datasource is there a alternative way for cass.forname()?
Sebastian Janisch
Ranch Hand
Posts: 1183
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Whatever way you 'touch' the Driver class is good as long as it makes the classloader initializes it.
JDBCSupport
-
An easy to use, light-weight JDBC framework
-
You've gotta fight it! Don't give in! Read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
wants to configure next and previous buttons for database entry !
Hibernate - Newbie
loading JDBC driver twice
JDBC Connection Interface
Refresh issue for hibernate session
More...