• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Webview and databases
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Webview and databases (From: Sanri Parov <email@hidden>)
 >Re: Webview and databases (From: Scott Ellsworth <email@hidden>)
 >Re: Webview and databases (From: Sanri Parov <email@hidden>)

  • Prev by Date: Re: system event on time change
  • Next by Date: Adding arbitrary PDF commands in stream
  • Previous by thread: Re: Webview and databases
  • Next by thread: Re: Webview and databases
  • Index(es):
    • Date
    • Thread