Apr 19, 2006 #1 denhoffk Programmer Apr 19, 2006 13 US How do I call stored procedures with "inout" parameters in the pervasive SQL Data Manager?
Apr 19, 2006 #2 mirtheil Programmer Jun 20, 2001 1,556 US You can't. Not directly at least. You'll need to create a wrapper procedure that has a variable and call the SP with the INOUT parameter. Mirtheil Certified Pervasive Developer Certified Pervasive Technician http://www.mirtheil.com Upvote 0 Downvote
You can't. Not directly at least. You'll need to create a wrapper procedure that has a variable and call the SP with the INOUT parameter. Mirtheil Certified Pervasive Developer Certified Pervasive Technician http://www.mirtheil.com
Apr 19, 2006 Thread starter #3 denhoffk Programmer Apr 19, 2006 13 US Do you mean like a stored procedure that calls the procout procedure and then prints the return value? Upvote 0 Downvote
Do you mean like a stored procedure that calls the procout procedure and then prints the return value?
Apr 19, 2006 #4 mirtheil Programmer Jun 20, 2001 1,556 US Yes. Mirtheil Certified Pervasive Developer Certified Pervasive Technician http://www.mirtheil.com Upvote 0 Downvote