Hello, I have a stored procedure which returns a cursor, and am trying to call it from a CFMX page using cfstoredproc. CFMX is using the JDBC driver from SapDB. Every time I call the page I get an "[-3005]: Invalid SQL statement" error.
According to the error page, the attepted SQL is
(param1) = call pagina( (param2) )
SAP DB doesn't support DBProcs with return values. Use a DBPrroc with OUT parameters instead.
Daniel Dittmar
-- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
