Re: MS SQL Stored Procedure Help

2003-06-06 Thread Frank Taffelt
i'm not sure if the esql:results element is needed in your case. try the following structure: ... ... maybe this helps: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102752486530060&w=2 Frank - To unsubscribe, e

RE: MS SQL Stored Procedure Help

2003-06-06 Thread Tim Bachta
-Original Message- From: Frank Taffelt [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:40 AM To: [EMAIL PROTECTED] Subject: Re: MS SQL Stored Procedure Help this is a snippet which works for me under mssql (jtds driver): {call proc_info( Integer.parseInt(id

Re: MS SQL Stored Procedure Help

2003-06-06 Thread Frank Taffelt
this is a snippet which works for me under mssql (jtds driver): {call proc_info( Integer.parseInt(id) )} ... i'm remembering problems with the positioning of "{" and the following "call" keyword. You have to make sure that there is no space between them. I'm not sure if