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 71652 - Using same Driver there is possibility to create Different Connection.
Summary: Using same Driver there is possibility to create Different Connection.
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 11:06 UTC by Lukasz Grela
Modified: 2006-07-10 16:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Grela 2006-01-20 11:06:56 UTC
#200601172200
This bug occured using MySql driver. 
1)  add driver org/gjt/mm/mysql/Driver.class
2)  add driver com/mysql/jdbc/Driver.class
3)  create connection using first driver
4) create connection using second driver it's possible but it shoud not
5) open a sql editor there is a combo box with connections that are available
there are entries for first and second driver as well but only one should be
available.
Comment 1 Andrei Badea 2006-05-29 12:36:40 UTC
I think I recall us talking about it, but now I don't see why it shouldn't be
posssible. You could want to connect to the same database using different
drivers at the same time (for example because they have different bugs, so you
will use one or another depending on what you need to do). Martine, any opinion?
Comment 2 Andrei Badea 2006-07-10 16:32:53 UTC
As noted in desc2, I don't see a bug in the described behavior, so closing.
Please reopen with more details if you disagree.