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 141274 - org.netbeans.api.db.explorer.DatabaseException: [Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented
Summary: org.netbeans.api.db.explorer.DatabaseException: [Microsoft][ODBC Microsoft Ac...
Status: RESOLVED WONTFIX
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 08:21 UTC by davideconsonni
Modified: 2008-07-29 20:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 51493


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davideconsonni 2008-07-23 08:21:33 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06, Java(TM) SE Runtime Environment, 1.6.0_01-b06
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
org.netbeans.api.db.explorer.DatabaseException: [Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented
        at org.netbeans.modules.db.explorer.infos.TableListNodeInfo.initChildren(TableListNodeInfo.java:110)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:688)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.refreshChildren(DatabaseNodeInfo.java:352)
        at org.netbeans.modules.db.explorer.infos.ConnectionNodeInfo.refreshChildren(ConnectionNodeInfo.java:498)
        at org.netbeans.modules.db.explorer.infos.ConnectionNodeInfo.update(ConnectionNodeInfo.java:195)
        at org.netbeans.modules.db.explorer.infos.ConnectionNodeInfo.access$000(ConnectionNodeInfo.java:74)
        at org.netbeans.modules.db.explorer.infos.ConnectionNodeInfo$1.propertyChange(ConnectionNodeInfo.java:92)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
        at org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.setConnection(DatabaseNodeInfo.java:492)
Comment 1 davideconsonni 2008-07-23 08:24:28 UTC
jet driver doesn't support some optional functions of jdbc specification, but i think that nb shuld handle this case in
some way
Comment 2 David Vancouvering 2008-07-29 20:46:33 UTC
Please try using JTDS (http://jtds.sourceforge.net/) or the JDBC/ODBC bridge (this comes with the JDK).  The MS SQL
Server JDBC driver does not fully support database metadata.
Comment 3 davideconsonni 2008-07-29 20:54:25 UTC
in this project i am using ODBC bridge to connect a MSAccess database, not mssql server and jtd doesn't work with 
msaccess.