Forum tags


Top Posters

Last 30 days

  • ravinderjit.singh (29)
  • Antoine (26)
  • danielandross (17)
  • venkaiah.k (16)
  • shao (14)
  • sirswendu.ganapati (13)
  • eva.das (13)
  • metabyte (12)
  • milos.vacek (7)
  • cristiano.quintao (7)

All time

  • Antoine (1492)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (383)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Designer JDBC SQL Editor (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Designer JDBC SQL Editor
#16353
romeo.ipapo (User)
Junior Boarder
User Offline Click here to see the profile of this user
Designer JDBC SQL Editor 3 Months, 1 Week ago Karma: 0  
I created stored procedure in MYSQL with 6 parameters (3 IN and 3 OUT).
I checked this from mysql command line, and it worked fine:

mysql> CALL sp_ComputeClientDues('0000000001','001','1',@x, @y, @z);
Query OK, 0 rows affected, 1 warning (0.00 sec)

mysql> SELECT @x, @y, @z;
+----------+------------+------+
| @x | @y | @z |
+----------+------------+------+
| 10000.00 | 2008-10-07 | RES |
+----------+------------+------+
1 row in set (0.00 sec)


But when I try to invoke this Designer JDBC Connector query,
the last out parameter (@z) has the same value as @y.
I attached the two sql/prm files.


Design comment: Returning value of OUT parameter uses Test Value. Re-executing again the query need to check each out parameter again the Value as Null which seems not very convenient.
File Attachment:
File Name: computedue.zip
File Size: 610
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop