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 73729 - question of Connection SQL 2000
Summary: question of Connection SQL 2000
Status: RESOLVED DUPLICATE of bug 71040
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 73351 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-18 16:58 UTC by cyy321123
Modified: 2006-05-29 10:42 UTC (History)
0 users

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 cyy321123 2006-03-18 16:58:16 UTC
java.lang.NullPointerException
	at 
org.netbeans.modules.db.sql.execute.ResultSetTableModelSupport.createColumnDefs
(ResultSetTableModelSupport.java:366)
	at org.netbeans.modules.db.sql.execute.ui.ResultSetTableModel.<init>
(ResultSetTableModel.java:52)
	at org.netbeans.modules.db.sql.execute.ui.SQLResultPanelModel.<init>
(SQLResultPanelModel.java:36)
	at org.netbeans.modules.db.sql.loader.SQLEditorSupport$3.run
(SQLEditorSupport.java:302)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:493)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:926)
Comment 1 Andrei Badea 2006-03-18 21:28:20 UTC
Looks like yet another driver returning values not it java.sql.Types. 

Please attach your message log to the issue. Which driver and version are you
using? Can you attach the schema (especially the data types) of the table which
you experience the NPE with? Thanks. Marking as incomplete for now.
Comment 2 Andrei Badea 2006-05-25 13:53:39 UTC
*** Issue 73351 has been marked as a duplicate of this issue. ***
Comment 3 Andrei Badea 2006-05-29 10:42:05 UTC

*** This issue has been marked as a duplicate of 71040 ***