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 > AS/400 Array of small cubes instead of data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-28-08, 18:32
Tokajac Tokajac is offline
Registered User
 
Join Date: Aug 2008
Posts: 13
AS/400 Array of small cubes instead of data

Hello!


I'm developing an application with AS/400. When i call a stored procedure with appropriate input parameters, for every output parameter value i get an array of small cubes instead of data.
Data is taken from user table and it would be username, password, e-mail, status..., but there are only senseless cubes
Output parameter values (cubes) are logged right after the procedure call.

I appreciate any hint!


Regards
Reply With Quote
  #2 (permalink)  
Old 10-28-08, 19:03
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
I suspect this might be a code page conversion problem, but, judging by the way you've formulated the question, I'm afraid this answer won't make much sense to you. Unfortunately, you did not provide enough detail to allow for a better answer.

What is the DB2 version? What interface do you use to call the procedure? What are the parameter data types?
Reply With Quote
  #3 (permalink)  
Old 10-29-08, 12:36
Tokajac Tokajac is offline
Registered User
 
Join Date: Aug 2008
Posts: 13
Thanks a lot for Your answer n_i!


I'm developing the application with Java/iBatis/AS400.

When i call a stored procedure with appropriate (String, CHAR(10)) IN parameters, for every OUT parameter value i get an array of small cubes instead of data (String).


I did some researches around the web in the meantime, and i get idea to tweak some of the parameters described on:
http://publib.boulder.ibm.com/infoce...properties.htm
Still no success...

Am i digging in the right direction?
Any more useful hints?


Regards

P.S.
Let me know if any more details are necessary for appropriate diagnose
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