Hi,

I have the following problem:

I need the "NextVal" of a sequence in a SAP DB. The SQL-query is
realy simple and works fine in a sql-monitor:

SELECT SEQ_GEN.nextval AS nextVal FROM dual

When execute the query by castor, with prefix 'CALL SQL' and
placeholder class called 'dual'

The complete sql-query for castor is:

"CALL SQL Select SEQ_GEN.nextval from dual AS com.morixs.mcare.bo.holder.misc.dual"

When i execute this query above, i get following error-message:

'Could not find an engine supporting class com.morixs.mcare.bo.holder.misc.dual'

and so on...

Any ideas for solving this problem..?

Thanks for reading...

Andre Teubner

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to