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 > Sysproc.xsr_complete

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-17-11, 10:26
TDVH TDVH is offline
Registered User
 
Join Date: May 2011
Posts: 15
Sysproc.xsr_complete

this procedure dos not work with me


so plz help me

callStmt=con.prepareCall("CALL SYSPROC.XSR_COMPLETE(?,?,NULL,?)");
callStmt.setString(1,relSchema);
callStmt.setString(2, schemaName);
callStmt.setInt(3, shred);
callStmt.execute();

if I put the value of shred =0

it is work put with shred=1

dos not work

so, plz help me
Reply With Quote
  #2 (permalink)  
Old 06-18-11, 14:48
TDVH TDVH is offline
Registered User
 
Join Date: May 2011
Posts: 15
:)

I found the solution

if you want to put the last parameter 1
you must create table before register schema

thanks a lot
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