OFBiz does not use/support stored procedure but you can definitely write your own JDBC layers for calling stored procedure directly, bypassing OFBiz entity engine.
To answer your other question, YES Java and Postgres supports stored procedure/functions. Please go thru the following links - 1. http://www.postgresql.org/docs/8.0/interactive/plpgsql.html 2. http://www.onjava.com/pub/a/onjava/2003/08/13/stored_procedures.html Hope this helps. -- Gautam Deb On 10/26/07, Brendan Vogt <[EMAIL PROTECTED]> wrote: > > Hi, > > > > 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? > > > > Regards, > > Brendan Vogt > >
