FORUMS


Discussion about Intalio|BPP Community Edition.


Back to BPMN and Designer (0 viewing) 
Go to bottom Favoured: 0
TOPIC: Designer JDBC SQL Editor
Oct 3, 2008 11:37 am
romeo.ipapo (User)
25 posts
Junior Boarder

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
 
  The administrator has disabled public write access.
      Topics Author Date
    thread link
Designer JDBC SQL Editor
romeo.ipapo 2008/10/03 11:37
Go to top Post Reply
get the latest posts directly to your desktop

Top Posters

Last 30 days

  • estebanf (39)
  • madhav.vodnala (21)
  • kevin.fernandez (14)
  • scott.hebden (13)
  • jigonzalez@vertice.es (8)
  • federico.baroni (8)
  • jaouhar.ahmed (8)
  • marcelr (8)
  • ianoboa (7)
  • spyridoula.markopoulou (7)

All time

  • Antoine (2754)
  • Shivanand (1194)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • jag (393)
  • dfrench (367)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (254)

Show last 4 hrs - 12 hrs - 24 hrs

Copyright © Intalio, 1999-2010.