[sqlite] Accessing sqlite using javascript

2009-05-17 Thread Saurabh Pawar
I had asked the same question a few days back,but need a some more help. I am having my whole SQLite database on client's machine.I want a way to access that db using javscript.I heard about gears,but the problem is my target PC has firefox 1.08 and gears is for 1.5+.So is there any other way

[sqlite] Sqlite as a FIFO buffer?

2009-05-17 Thread Allen Fowler
Hello, I have several CGI and cron scripts and that I would like coordinate via a "First In / First Out" style buffer.That is, some processes are adding work units, and some take the oldest and start work on them. Could SQLite be used for this? It would seem very complex to use SQL for

Re: [sqlite] Use the result of a query, as a variable name in another query ?

2009-05-17 Thread Dennis Cote
Stef Mientki wrote: > to test complex queries, I want to use the command line utility ( or an > equivalent that remembers what I type). > The sqlite command line program sqlite3.c will remember what you type if you build your own executable from the source. The command line will use the

Re: [sqlite] Sorting swedish characters

2009-05-17 Thread Igor Tandetnik
"Giovanni Ferrari" wrote in message news:4a0fbda5.5050...@telia.com > Is there a way to sort correctly swedish characters like Ö Ä Å under > SQLITE? http://www.sqlite.org/cvstrac/fileview?f=sqlite/ext/icu/README.txt Igor Tandetnik

[sqlite] Sorting swedish characters

2009-05-17 Thread Giovanni Ferrari
Hi! Is there a way to sort correctly swedish characters like Ö Ä Å under SQLITE? Thanks in advance Rgds //gf ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users