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 - [50cat] sql editor error reporting does not point user to error line.
Summary: [50cat] sql editor error reporting does not point user to error line.
Status: RESOLVED DUPLICATE of bug 189051
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 152817
  Show dependency tree
 
Reported: 2005-11-12 13:20 UTC by kalali
Modified: 2012-07-12 19:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***