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 118443 - Warn if driver is missing when user clicks Access Database Using JDBC checkbox
Summary: Warn if driver is missing when user clicks Access Database Using JDBC checkbox
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 21:17 UTC by Chris Kutler
Modified: 2011-01-28 20:11 UTC (History)
1 user (show)

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 Chris Kutler 2007-10-10 21:17:59 UTC
When working with VWP I saw a very frequent user error where the users did not make the database driver available to the
server. It is too soon to tell, but we see this problem with Rails apps as well. So far we have just heard from one user
who checked the Access Database Using JDBC checkbox and then didn't relate the subsequent errors they saw  to the fact
that the server didn't see the driver.

I realize that there are several database options, and can be more than one driver that works for a specific database
server, but is there anyway we can warn, if they check this box, that the driver is missing? Or maybe when they click
Finish? 

Note: Tor responded...

That would be nice. Ideally, we should do some more work here such that we also actually connect to the database in the
Services window such that you can operate on the database there - and vice versa: if you've configured a database
connection there you can easily reuse it for your Rails projects.