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

Summary: Prefix for unknown driver isn't set
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152826    

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.