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 155970 - 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 INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-23 00:04 UTC by bolan
Modified: 2009-07-17 21:22 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 51465


Attachments
stacktrace (1.82 KB, text/plain)
2008-12-23 00:07 UTC, bolan
Details
stacktrace (2.49 KB, text/plain)
2009-07-17 21:21 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolan 2008-12-23 00:04:04 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 1.5.0_06-b05, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_06-b05
OS: Windows XP, 5.1, x86

User Comments:
bolan: Trying to view tables schema

gabriel_mendez: I was trying to connect a Access database with netbeans, but i couldn't if somebody can help me please i will wait for an answer

eng_nano: i was trying to connect to an access database, but each time i try to connect, the netbeans gives me an error and cannot connect to the database.

GUEST: Good morning, 

I can not display tables in SERVICES-DATABASE.
 
With DBVISUALIZER I display tables with the string of connection 
jdbc:odbc:CAMPIGEST

Best regards

GUEST: tryin to establish a connection to a Microsoft Access DB

GUEST: In the Services panel, I right-clicked on a database object and clicked Connect. The database object is "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)"...

GUEST: Just open a execute command and selected tables from the Services panel. I have had problems with the jdbc:odbc connections.

GUEST: I am finding difficulties to get connected and access MS Access table

bolan: Trying to view tables schema



Stacktrace: 
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.nodes.DatabaseNode$DatabaseNodeChildFactory.createKeys(DatabaseNode.java:382)
        at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:142)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 bolan 2008-12-23 00:07:45 UTC
Created attachment 75258 [details]
stacktrace
Comment 2 John Baker 2008-12-23 05:57:36 UTC
There was a bug in build Your build is 200807040101, but has since been fixed.

Please try the 6.5 release

http://www.netbeans.org/community/releases/65/

Comment 3 Jiri Rechtacek 2009-02-10 15:37:19 UTC
Reassigned to new owner.
Comment 4 misterm 2009-07-17 21:21:06 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented<br/>
        at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)<br/>
        at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)<br/>
        at sun.jdbc.odbc.JdbcOdbc.SQLTables(JdbcOdbc.java:5518)<br/>
        at sun.jdbc.odbc.JdbcOdbcDatabaseMetaData.getTables(JdbcOdbcDatabaseMetaData.java:2395)<br/>
        at sun.jdbc.odbc.JdbcOdbcDatabaseMetaData.getSchemas(JdbcOdbcDatabaseMetaData.java:2444)<br/>
        at org.netbeans.modules.db.metadata.model.jdbc.JDBCCatalog.createSchemas(JDBCCatalog.java:124)<br/>
Comment 5 misterm 2009-07-17 21:21:20 UTC
Created attachment 84893 [details]
stacktrace
Comment 6 misterm 2009-07-17 21:22:44 UTC
Why INCOMPLETE?