|
-
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.
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
|