Re: [sqlite] Innovative examples / user stories

2008-02-13 Thread David Baird
On Feb 11, 2008 10:51 AM, Lars Aronsson <[EMAIL PROTECTED]> wrote: > Is there any documentation of how people use SQLite in odd ways in > their everyday activities? I used to work with the NS-2 network simulator as an undergrad at NMT for some experiments we were doing in wireless power control

Re: [sqlite] Innovative examples / user stories

2008-02-13 Thread Zack Jarrett
I write GUI automation scripts using the AppleScript language and the System Events application agent on Mac OS X 10.4 and 10.5. These scripts are used to QA test Mac software. My scripts need to write applications states to disk, read/write preferences, read input data, and compare

Re: [sqlite] Innovative examples / user stories

2008-02-12 Thread Hakki Dogusan
Hi, (Sorry, I lost original mail to reply) Mohd Radzi Ibrahim yazmış: > [snipped usage example] > > - Original Message - > From: "Lars Aronsson" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, February 12, 2008 1:51 AM > Subject: [sqlite] Innovative examples / user

Re: [sqlite] Innovative examples / user stories

2008-02-11 Thread Mohd Radzi Ibrahim
Hi, I used SQLite to move "data-cube" from server to client. The server hosts data in MS SQL databases. There is a server-app that run query based on some input send by client program. The server then run MSSQL query and generate a SQLite db consisting of some tables (fact, dimensions, etc),

Re: [sqlite] Innovative examples / user stories

2008-02-11 Thread drh
Lars Aronsson <[EMAIL PROTECTED]> wrote: > Is there any documentation of how people use SQLite in odd ways in > their everyday activities? Did you see http://www.sqlite.org/whentouse.html The document above is not exactly what you are asking for since it does not list real-world examples,