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 85440 - Cannot view the result set
Summary: Cannot view the result set
Status: RESOLVED DUPLICATE of bug 71040
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-21 13:47 UTC by cmani75
Modified: 2006-09-22 08:13 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 cmani75 2006-09-21 13:47:54 UTC
Hi,
When i try to query DB no result came.. i checked the log the contents are as 
below. I am using MS SQL SERVER 2000 Std Edition as DB.

*********** Exception occurred ************ at 8:39 PM on Sep 21, 2006
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-09-22 08:13:23 UTC
Thanks for filing it, was fixed in 5.5.


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