|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
AW: Calling stored procedere
From: Hübschen, Peter (peter.huebschen
voit.de)
Date: Fri Dec 19 2003 - 03:50:18 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
to call a stored procedure with i.e. 2 in parameters you have to use:
call poc1(inparam1, inparam2)
If you have 2 in and 1 out parameters I think you have to use:
call poc (inparam1, inparam2, ?)
At least it works for me. If you have [var]char as parameter don't forget to
put them in ' '.
Hope that helps
Peter
-----Ursprüngliche Nachricht-----
Von: Dusan Kolesar [mailto:dusankolesar
szm.sk]
Gesendet: Freitag, 19. Dezember 2003 10:24
An: SAP DB mailing list
Betreff: Calling stored procedere
Hello,
when I try to call stored procedure which has no in/out parameters
everithing works.
call poc1
But how to call procedure whit in/out params?
Dusan
--
Dusan Kolesar
Helsinska 19
040 13 Kosice
Slovakia
e-mail : dusankolesar
szm.sk
ICQ# : 160507424
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:
http://lists.mysql.com/maxdb?unsub=peter.huebschen
voit.de
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]