Re: Accessing PostgreSQL from Cocoa apps
Re: Accessing PostgreSQL from Cocoa apps
- Subject: Re: Accessing PostgreSQL from Cocoa apps
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 11 Jun 2001 19:00:06 +0100
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.