If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Problem building SQLJ Stored Procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-03, 16:59
bkonuru bkonuru is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Problem building SQLJ Stored Procedure

Hi

I am using DB2 Stored Procedure Builder version 7 to build SQLJ stored procedures on DB2 7.2 database.

I am able to build a stored procedure. However if I change something and try to build again, I get the following error message.

"This stored procedure is a JAVA stored procedure and found SQL source."

"Build unsuccessful."

I would appreciate if someone can help me figure out what is wrong.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 09-30-03, 20:06
chuzhoi chuzhoi is offline
Registered User
 
Join Date: Dec 2002
Posts: 134
Re: Problem building SQLJ Stored Procedure

I've seen the something similar with java stored procedures. I found that in some cases spb does not like word create in text (weird).
So I replaced all create text with "cre" + "ate"(ulgly but it worked)
Probably there are other "strange words".

I was lazy to open a PMR with IBM, probably you can do it

regards,
dmitri
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On