Hello zhiyongcui,

OFBiz has an entity engine, so that you can define the data model you need,
and the database to persist your data is automatically created. OFBiz can
use several databases including MySQL, Derby, Postgres, Oracle and Microsoft
SQL Server.

You use the entity engine rather than directly create a MySQL query. There
are several benefits: your application will continue to work even if you
change your mind about which database you want to use, and you can
reconfigure your data model and the entity engine will automatically adjust
the structure of the database.

More on the entity engine at http://ofbiz.apache.org/docs/entity.html

Cheers

Paul Foxworthy


zhiyongcui wrote
> 
> Does ofbiz support regular query for mysql database?
> 

-----
--
Coherent Software Australia Pty Ltd
http://www.cohsoft.com.au/

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Does-ofbiz-support-regular-query-for-mysql-database-tp4375214p4378313.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to