MySQL Forums
Forum List  »  MaxDB

How to Call a MaxDB DBPROC ?
Posted by: Jason Bi
Date: July 26, 2007 12:12AM

MaxDB version 7.7
I have written a DBPROC , and it created successfully
Create DBPROC A.test AS
select * from A.B
(A - Schema name; B - Table name)

However, when I try to call it :
call A.test
if failed with "Error Executing 'CALL A.test' SAP DBTech JDBC: Call of execute(String) is not allowed for PreparedStatement."

And I try to call some system defaul procedures, still the same problems.

Anyone who can tell me why? or how to call it correctly?

Thanks very much !!!

Options: ReplyQuote


Subject
Written By
Posted
How to Call a MaxDB DBPROC ?
July 26, 2007 12:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.