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 25308 - Delete stored procedure throws java.io.IOException
Summary: Delete stored procedure throws java.io.IOException
Status: VERIFIED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-01 20:37 UTC by jeffdahl
Modified: 2006-06-05 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (5.83 KB, text/plain)
2002-07-01 20:41 UTC, jeffdahl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeffdahl 2002-07-01 20:37:49 UTC
Steps to reproduce: Delete stored procedure
Comment 1 jeffdahl 2002-07-01 20:41:40 UTC
Created attachment 6499 [details]
ide.log
Comment 2 jeffdahl 2002-07-01 20:45:39 UTC
Looks like the name of the stored procedure has a ";1" appended to the
name, causing the program to try to drop the wrong stored procedure.
Comment 3 Marek Grummich 2002-07-22 08:49:39 UTC
Set target milestone to TBD
Comment 4 Radko Najman 2003-01-22 16:40:39 UTC
Jeff, from the attachement it seems you were using Sybase database. I
tried to reproduce your bug with Sybase (ASA 6) and Oracle databases
and it worked for me.
Please try to reproduce the bug using the latest Database Explorer
module from the Autoupdate Center and if you can still reproduce it,
let me know which database and driver do you use. Thanks, Radko
Comment 5 Radko Najman 2003-02-03 09:14:18 UTC
Closing as WORKSFORME.
Jeff, if you can still reproduce it, provide more info and reopen the
bug, please.
Comment 6 Martin Schovanek 2003-03-12 18:32:22 UTC
VERIFIED