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

  • yodjeu.ntemde.leopold.camille (21)
  • Konstantin.Melnik (8)
  • himar.rodriguez (8)
  • amrrao1975 (6)
  • rakesh.db (6)
  • jaime.penafiel (5)
  • andre.van.der.ark (5)
  • andreas.boehm (5)
  • blue.moon (5)
  • estebanf (4)

All time

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

Show last 4 hrs - 12 hrs - 24 hrs

Copyright © Intalio, 1999-2010.