On May 25, 2009, at 11:45 AM, Kelvin Chung wrote:
I'm not sure what is the best way to write a simple DB application.
Suppose I have something like an SQLite database. What I want to do
is basically to write a Cocoa frontend for it. This frontend only
needs to read from it - not write to
I'm not sure what is the best way to write a simple DB application.
Suppose I have something like an SQLite database. What I want to do
is basically to write a Cocoa frontend for it. This frontend only
needs to read from it - not write to it.
I don't see any database functionality in Coc