Re: AW: AW: AW: [sqlite] Function Language

2007-04-09 Thread John Stanton
n Stanton [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 6. April 2007 20:49 > An: sqlite-users@sqlite.org > Betreff: Re: AW: AW: [sqlite] Function Language > > By using making the connection from browser to server an RPC model I have > mapped the interface to the datab

Re: AW: AW: AW: [sqlite] Function Language

2007-04-09 Thread Jon Scully
TED]> wrote: Sure. Michael Ruck wrote: > If you come up with something, please share it. > > Mike > > -Ursprüngliche Nachricht- > Von: John Stanton [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 6. April 2007 20:49 > An: sqlite-users@sqlite.org > Betreff: Re: A

AW: AW: AW: [sqlite] Function Language

2007-04-06 Thread Michael Ruck
If you come up with something, please share it. Mike -Ursprüngliche Nachricht- Von: John Stanton [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 6. April 2007 20:49 An: sqlite-users@sqlite.org Betreff: Re: AW: AW: [sqlite] Function Language By using making the connection from browser

Re: AW: AW: [sqlite] Function Language

2007-04-06 Thread John Stanton
Stanton [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 6. April 2007 18:22 An: sqlite-users@sqlite.org Betreff: Re: AW: [sqlite] Function Language Thankyou for the thoughtful comments. It strikes me that a JS object and an Sqlite row map nicely. When I was writing the part of my application server

Re: AW: [sqlite] Function Language

2007-04-06 Thread John Stanton
Thankyou for the thoughtful comments. It strikes me that a JS object and an Sqlite row map nicely. When I was writing the part of my application server which encapsulates Sqlite rows in JSON I was struck by how simple the interface was, particularly compared to XML which involves a little

AW: [sqlite] Function Language

2007-04-06 Thread Michael Ruck
I am all for it and am very interested in your project as I'm working on something similar. I've been using JS to create dynamic HTML pages in combination with SQLite using a JSON wrapper from this list. The only issue I see here is the treatment of JS objects - there's again the OO and relation