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:[EMAIL PROTECTED] 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 : [EMAIL PROTECTED] ICQ# : 160507424 -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
