Re: Database applications
Re: Database applications
- Subject: Re: Database applications
- From: Michael Johnston <email@hidden>
- Date: Sun, 26 May 2002 15:58:05 +0200
Just don't try to mix using the java bridge and pdo.
That is truly a path into hell.
Last Obelus
On Sunday, May 26, 2002, at 01:56 PM, Steven Woodward wrote:
Thanks for the quick reply Robbie! I've thought about that but am
unfamiliar with Java. I've been putting off learning Java, maybe now's
the right time. I will take a look at that option, thanks again.
Steve W
On Sunday, May 26, 2002, at 07:48 AM, Robbie Duncan wrote:
Whilst I gave not developed any database driven apps using Cocoa, I
have done
hthis using Java. As there is a very convenient bridge from Obj-C to
Java
why not set up a standard datbase serer (MySQL or Postgres would be
fine for
this sort of user load and are free). Set up some Java database
connection
objects that talk to the database through JDBC. Map the java objects
to
objective C (pretty easy) and then you can simply call object methods
to talk
to the database.
_______________________________________________
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.