سؤال

Script export.database in Openbravo changes the return type of procedures that return RECORD (e.g. m_reservation_reallocate). In the xml:

function name="M_RESERVATION_REALLOCATE" type="NULL"

Are this normal?

Thanks in advance.

هل كانت مفيدة؟

المحلول

Openbravo's DB Source Manager does not support return type "RECORD" You can find out more about the return types which openbravo supports click here.

You can write your own HQL functions using DAL instead of writing any new functions that is specific to either postgreSQL or Oracle.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top