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 68585

Summary: [50cat] sql editor error reporting does not point user to error line.
Product: db Reporter: kalali <kalali>
Component: SQL EditorAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152817    

Description kalali 2005-11-12 13:20:53 UTC
[ BUILD # : 051102 ]
[ JDK VERSION : 1.5.0_03 ]

sql editor error reporting does not point user to error line.
sql editor does not forward us to error line , it just shows that some error exists in line :xx
now , it will be good if it forward user to the line that error exists.
Comment 1 Andrei Badea 2005-11-13 11:50:58 UTC
I assume you are talking about errors while executing an SQL statement. Not
trivial, since each DBMS reports the error in a specific way. Would have to
either parse the SQLException message for something looking like "line:number",
or write some parser specifically for each DMBS we'd like to support.
Comment 2 kalali 2005-12-09 21:51:11 UTC
i think there is a way to build an general parser , because some Database
managers can report error line for all JDBC compliant database.
Comment 3 Jiri Rechtacek 2009-10-16 14:00:43 UTC
Reassigned to new owner.
Comment 4 matthias42 2012-07-12 19:34:45 UTC

*** This bug has been marked as a duplicate of bug 189051 ***