Thread: Re: Library Framework

Re: Library Framework

From
stefan@asemota.ch
Date:
Good day

I am an IT student in Switzerland and I am programming on MacOsx. I am intending
on building a project with Interface-builder(Cocoa) + Java + Postgres.

My question is , what driver / possiblities do I need / have ?

thanks

Re: Library Framework

From
Jeffrey Melloy
Date:
stefan@asemota.ch wrote:

>Good day
>
>I am an IT student in Switzerland and I am programming on MacOsx. I am intending
>on building a project with Interface-builder(Cocoa) + Java + Postgres.
>
>My question is , what driver / possiblities do I need / have ?
>
>thanks
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>
If you're set on Java, you can use JDBC.

If you want to go with Cocoa,  you can use libpq or a Cocoa postgresql
library.

Jeff