Brendan Vogt wrote:
I am using for Postgres database for my Ofbiz installation. I usually work on SQL Server 2005. And I use stored procedures. If I have Ofbiz install on SQL Server, does it make use of stored procedures? I'm not sure if the there is support for stored procedures in Java and Posgres?
No, OFBiz does not use stored procedures.Stored procedures are vendor specific. OFBiz attempts to be database agnostic by avoiding vendor specific features.
-Adrian
