• 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: Ruslan Zasukhin <email@hidden>
  • Date: Sun, 16 Oct 2005 10:28:23 +0300
  • Thread-topic: Webview and databases

On 10/16/05 2:42 AM, "Sanri Parov" <email@hidden> 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.

Actually no problems here:

For ANY db steps in PHP are:

* get cursor as result of query

* loop by records

    print "<tr>"

    * loop by fields

        print "<td>" . Field value . "</td>"

    print "<tr>"


--
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


 _______________________________________________
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: 
 >Re: Webview and databases (From: Sanri Parov <email@hidden>)

  • Prev by Date: Re: Webview and databases
  • Next by Date: Re: NSTableView and variable row heights problem
  • Previous by thread: Re: Webview and databases
  • Next by thread: Re: Webview and databases
  • Index(es):
    • Date
    • Thread