Re: JDBC Frameworks?
Re: JDBC Frameworks?
- Subject: Re: JDBC Frameworks?
- From: Brett Powley <email@hidden>
- Date: Fri, 11 Jul 2008 16:07:53 +1000
On 11/07/2008, at 3:10 PM, Tom Jones wrote:
Thanks, for the extra info. I'm looking to create a multi-user
inventory type application for a customer. They want it custom and
to run on Mac OS X.
I guess what I'm really going to do is develop the front end in
Cocoa and use SOAP for all of the database communications.
JDBC would be a good way to go, if the Cocoa-Java bridge were still
supported, as JDBC drivers are easy to get. (This is the reason that
so many generic database interface applications are written in Java.)
That said, Mac OS X has built-in support for ODBC using iODBC; there's
a detailed description here:
http://www.iodbc.org/index.php?page=docs/macosodbcstory/index
and you can download the SDK here:
http://sourceforge.net/project/showfiles.php?group_id=90493
Using that, you ought to be able to do your database interface using
the iODBC library in C (or even Python or Ruby if you want to).
Cheers,
Brett
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden