Re: Accessing PostgreSQL from Cocoa apps
Re: Accessing PostgreSQL from Cocoa apps
- Subject: Re: Accessing PostgreSQL from Cocoa apps
- From: Jason Jobe <email@hidden>
- Date: Mon, 11 Jun 2001 17:43:45 -0400
Might I suggest unixODBC. I understand the latest version has been
ported to OSX. We are looking into using it for one of my projects.
Jason
On Monday, June 11, 2001, at 03:02 PM, Max J Cantor wrote:
The reason that I used the Java bridge is that the mysql C libs are
non-standard, where as the JDBC is an established standard. Since I use
the JDBC driver I can easily support other databases.
-Max
On Mon, 11 Jun 2001, Finlay Dobbie wrote:
Why would you want to use that? Wrap up the C API! The java bridge is,
from what I hear, incredibly slow.
-- Finlay
On Monday, June 11, 2001, at 04:49 pm, Max J Cantor wrote:
My advice would be to use the java-bridge to use to the JDBC postres
driver. I use this system in my front end for mySQL, source to be
posted
soon, and it works beautifully. I get a bunch of compiler warnings
as I
can't really make header files for my java-classes, but aside from
that,
its perfect.
In my opinion, this demonstrates on of cocoa's greatest strengths -
the
ability to transparently use java code/classes in your apps. This
gives
Cocoa an amazing variety of libraries which Apple could not duplicate
on
their own.
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev