This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151459 - Prefix for unknown driver isn't set
Summary: Prefix for unknown driver isn't set
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 152826
  Show dependency tree
 
Reported: 2008-10-27 13:06 UTC by Roman Mostyka
Modified: 2011-10-29 19:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-10-27 13:06:38 UTC
1. Add Pointbase driver.
2. Rightclick it and choose "Connect Using...".

Result: "New Connection" dialog is opened and Pointbase driver is chosen, but there is no URL prefix for this kind of
driver. Can we somehow read necessary prefix (like jdbc:pointbase:server:// for Pointbase) and add it. It will be easier
for customers to set URL if they don't need to remember prefixes.
Comment 1 David Vancouvering 2008-10-27 17:55:20 UTC
I agree this would be helpful, but this seems like an enhancement request, not a defect.  And since you are talking
about second-tier drivers, even if this were a defect, it wouldn't be a P2.
Comment 2 Jiri Rechtacek 2009-10-16 14:04:59 UTC
Reassigned to new owner.
Comment 3 matthias42 2011-10-29 19:22:29 UTC
In netbeans 7.0.1 is an extensive list of drivers and their corresponding JDBC URL Scheme. I think this is all, that can be done, as the JDBC API does not seem to offer a (documented) way to query a driver for the supported URL Scheme or even only the subprotocol.