• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Accessing PostgreSQL from Cocoa apps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing PostgreSQL from Cocoa apps


  • Subject: Re: Accessing PostgreSQL from Cocoa apps
  • From: Max J Cantor <email@hidden>
  • Date: Mon, 11 Jun 2001 15:02:11 -0400 (EDT)

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.


References: 
 >Re: Accessing PostgreSQL from Cocoa apps (From: Finlay Dobbie <email@hidden>)

  • Prev by Date: Re: Learning Cocoa Book - the problem
  • Next by Date: Re: writing data to a file handle
  • Previous by thread: Re: Accessing PostgreSQL from Cocoa apps
  • Next by thread: Re: Accessing PostgreSQL from Cocoa apps
  • Index(es):
    • Date
    • Thread