Re: Data storage/retrieval

2009-05-25 Thread I. Savant
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

Data storage/retrieval

2009-05-25 Thread Kelvin Chung
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