|
-
March 7th, 2000, 02:25 AM
#1
How Can I get all available database drivers?
How can I get all the available database drivers?
The basic problem is that, the getDrivers() method in DriverManager class gives you list of all the drivers registerd with it and not all those are available on machine. Unless and until any driver is not initialized / registered with DriverManager, by means of registerDriver() of Driver interface, you will not get that driver availabe to you. Can anybody help me in this regard, so that I can get all the available driver list?
V. V. Joshi.
-
March 7th, 2000, 08:35 PM
#2
Re: How Can I get all available database drivers?
A list of currently supported Database drivers can be found at:
www.java.sun.com/products/jdbc/drivers.html
Dustin
-
March 8th, 2000, 12:18 AM
#3
Re: How Can I get all available database drivers?
Hello there!
Thanks for your suggestion!
But, I want the list of all the drivers available on my machine, progrmatically, without initalizing / loading / registering.
I want to implement it in such a way that first I'll locate all the drivers available with me, and then, depending upon it, I'll load any one of them with user's preference.
But the DriverManager's getDrivers() method gives me all the drivers those are registered with it and not other. So I want such Java API that will give me a list of all the drivers available on my machine.
Please help me!
Thanks in advance!
V. V. Joshi.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|