Re: access relational database in cocoa program
Re: access relational database in cocoa program
- Subject: Re: access relational database in cocoa program
- From: Sherm Pendley <email@hidden>
- Date: Wed, 11 Jun 2003 13:23:32 -0400
On Wednesday, June 11, 2003, at 09:47 AM, Jeff Harrell wrote:
My personal suggestion would be to use the C API that comes with your
database.
That was, in fact, my very first "real" Cocoa program - a simple little
single-window app with a TextView to enter SQL statements, and a
TableView to view the results. The C API is directly callable from ObjC,
so if you're familiar with that already, there's not much point in
adding an abstraction layer.
sherm--
"Though a program be but three lines long, someday it will have to be
maintained."
-- The Tao of Programming
_______________________________________________
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.