Re: Dev - Why not use lowercase for table names and column names
Posted by
Andrew Sykes on
URL: http://ofbiz.116.s1.nabble.com/Dev-configurable-custom-views-tp167905p167922.html
Andy,
Entity names use a combined case and tables use uppercase. I don't know
that it really matters what case is used, (any case will work) that's
just what OFBiz has chosen to do.
If you are trying to migrate, you can avoid the problem you describe by
using the entity export in webtools.
E.g.
1/ Dump your data from windows box using XML export.
2/ Install OFBiz on the linux box
3/ import your data using something like...
java -jar -Xmx512M ofbiz.jar -install -timeout=7200 -
dir=/path/to/your/xml/files
I hope this solves your problem
--
Kind Regards
Andrew Sykes <
[hidden email]>
Sykes Development Ltd
http://www.sykesdevelopment.com
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev