Re: Objective-C and JDBC
Re: Objective-C and JDBC
- Subject: Re: Objective-C and JDBC
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 6 Jul 2004 18:39:54 -0600
On Jul 6, 2004, at 3:31 PM, John Spicer wrote:
Is there a way to get an objective-c app to connect to a MySQL or
OpenBase database on os X? I've searched and found nothing really
relevant.
Yes. Assuming you are using C or Objective-C, you can either:
1. Use ODBC, which is available on Mac OS X 10.2 and later as part of
the "libiodbc" library. ODBC is documented here:
<
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/
htm/dasdkodbcoverview.asp>
2. Use the API provided by the database. OpenBase comes with an
Objective-C API. MySQL doesn't, but you can probably find one by
searching on Google. Both have C APIs.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.