Latest Posts


Show last 6 hrs - 24 hrs - 7 days

Forum RSS Feed

Top Posters

Last 30 days

  • Antoine (132)
  • gayatri.chandak (26)
  • gemor.roj (24)
  • juanjo.hernandez (22)
  • metabyte (20)
  • hellonico (15)
  • talita.pezzi (14)
  • danielandross (14)
  • liu.zhengyang (14)
  • Konstantin.Melnik (13)

All time

  • Antoine (2271)
  • Shivanand (1194)
  • cshekhar (933)
  • psq (797)
  • metabyte (411)
  • jag (393)
  • dfrench (358)
  • arnaud (328)
  • jalateras (325)
  • 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
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 9 Months 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