Re: Webview and databases
Re: Webview and databases
- Subject: Re: Webview and databases
- From: Scott Ellsworth <email@hidden>
- Date: Mon, 17 Oct 2005 10:38:42 -0700
On Oct 15, 2005, at 4:42 PM, Sanri Parov wrote:
Il giorno 15/ott/05, alle ore 21:22, Scott Ellsworth ha scritto:
SqlLite's maker offers a library for db access. The second is
often best done via a few routines to hand-roll the HTML. The
third is best done by putting together a webkit view, and pushing
the data into a Webkit view.
Scott
Many thanks Scott.
as far as I'm using Sqlite 2.8 , is there some useful helping
routine for this?
Can you give me some good starting point?
Thanks again.
Best I can offer is the sqlite site itself. It is made for
embedding, and has a C api. See <http://www.sqlite.org/capi3.html>,
which mentions the pre-existing sqlite 2 API in passing.
My own use of sqlite is all through Core Data, so I have not had to
actually call C api functions myself. The times I have actually had
to hit the database directly, parse sql and result sets, and the
like, has all been on the Java side. Nowadays, I use frameworks like
Hibernate or WebObjects, as they write pretty good sql, and are a lot
easier to drop in.
Scott
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden