Re: WO Adapter for Mysql
Re: WO Adapter for Mysql
- Subject: Re: WO Adapter for Mysql
- From: Kieran Kelleher <email@hidden>
- Date: Fri, 31 Oct 2003 14:04:02 -0500
Franck,
Here is what I did in my Jaguar setup to use WO with WebObjects:
1) Get JDBC driver from:
http://www.mysql.com/downloads/api-jdbc-stable.html
2) Unzip it and install driver by...
1) copy the "com" and "org" folders from the driver download into a
folder named mysql in /Library/Java/Extensions/
OR
2) copy the mysql ".jar" driver in /Library/Java/Extensions/
Then in your EO Modeler use this connection string (courtesy of Anjo
Krank's website which is now gone it seems):
EOModel Connection String:
jdbc:mysql://localhost/mydatabase?capitalizeTypenames=true
Finally, I have attached an EOPrototypes file that I use to match Java
types to MySQL types. It is based on one I found in Project Wonder
[demime 0.98b removed an attachment of type application/zip which had a name of MyEOPrototypes.eomodeld.zip]
In WO 5.2.1, I found (it is an official bug, I think) that Synchronize
Schema has issues, so once you create the initial database from
EoModeler, you may have to keep both the model and database schema in
sync manually.
I have yet to set up MySQL in Panther for use with WO .... maybe later
this weekend.
-Kieran
On Oct 29, 2003, at 11:41 AM, Franck Leveneur wrote:
> Hi,
>
> I was wondering if anyone could tell me where I could get a WO Adapter
> for Mysql.
>
> Thank you.
> _______________________________________________
> 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.
>
>
___________________________________
Kieran Kelleher
Director of Product Development
SmartleadsUSA,LLC
2656 West Lake Rd
Palm Harbor, FL 34684
email@hidden
727-785-0766 x33
_______________________________________________
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.