But aren't stored procedures good to use to prevent sql injection attacks?
So what does it implement instead of stored procedures?
-----Original Message-----
From: Adrian Crum [mailto:
[hidden email]]
Sent: Friday, October 26, 2007 6:57 PM
To:
[hidden email]
Subject: Re: Ofbiz Database
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