Re: Changing from openbaseSql to MySql
Re: Changing from openbaseSql to MySql
- Subject: Re: Changing from openbaseSql to MySql
- From: Marek Wawrzyczny <email@hidden>
- Date: Thu, 3 Jul 2003 09:45:51 +1000
On Wednesday, Jul 2, 2003, at 21:47 Australia/Sydney, email@hidden
wrote:
Hello,
i am just trying to change from openbaseSql to MySql because it
doesn't cost anything at all and also installed MySql and the driver
for it.
now how can i generate the sql code for Mysql? does the EOModeler do
that as well?
i tried to set up an app' but did not work at all.
is there any help for WebObjects with MySql??
Thanx in advance
When porting WO apps with an OpenBase back-end to MySQL you need to be
aware of the following:
a) The eomodel will need to change, all the field types are different
in MySQL, ie Integer becomes INT or LONGINT, etc. EOModeler won't do it
automatically.
b) Some data types are not supported, so if you used a Boolean type in
OpenBase, you'll now have to live with INT or TINYINT.
Hope this helps.
Cheers,
Marek Wawrzyczny
software engineer
-------------------------->
ish group pty ltd
7 Darghan St Glebe 2037 Australia
phone +61 2 9660 1400 fax +61 2 9660 7400
http www.ish.com.au | email email@hidden
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.