Re: [sqlite] Easyer way ?

2005-09-24 Thread Reid Thompson
Puneet Kishor wrote: You will need to type the values at least once to convert from paper to bits, but you need not type in the INSERT command. Type them in Excel, or in a text editor... save the file as a CSV file, then load the file in SQLite (I believe there is a command to load CSV... if

[sqlite] How to use PRAGMA SYNCRONOUS ??

2005-09-24 Thread Zibetti Paolo
Here are a couple of questions for the most expert SQLite users. Question 1 Is #PRAGMA SYNCRONOUS a global database setting or is it possible to open two handles on the same database and set two different values for #PRAGMA SYNCRONOUS on the two handles ? Question 2 Is it possible to change the v

Re: [sqlite] Easyer way ? (RE)

2005-09-24 Thread René Tegel
he's just joking ;) have you looked here: http://sqlitebrowser.sourceforge.net/ ? regards, rene Richard Nagle wrote: Is this some kind of sick sql humor? Did someone give this type of information, to you, when you needed help? Its great when you learn, and now you know, but, its sad, when

Re: [sqlite] Easyer way ? (RE)

2005-09-24 Thread Doug Hanks
It's just a joke - no need to get excited. It wasn't meant as condescending. On 9/24/05, Richard Nagle <[EMAIL PROTECTED]> wrote: > Is this some kind of sick sql humor? > > Did someone give this type of information, > to you, when you needed help? > > Its great when you learn, and now you know, >

Re: [sqlite] Easyer way ? (RE)

2005-09-24 Thread Richard Nagle
Is this some kind of sick sql humor? Did someone give this type of information, to you, when you needed help? Its great when you learn, and now you know, but, its sad, when you know, and you don't let it go. perhaps, there needs to be a newbie-novice email group made for sqlite user, whom DON'T

Re: [sqlite] Easyer way ?

2005-09-24 Thread Doug Hanks
Just stick the papers in the CDROM and tye "sqlite-import" On 9/24/05, Richard Nagle <[EMAIL PROTECTED]> wrote: > Sorry, to say, > its a STACK of papers on my desk, Next to the Other several stacks, > of papers... > > So, Was looking for a easier Method of getting Paper (typing) data, > into Sqlit

Re: [sqlite] Easyer way ?

2005-09-24 Thread Kurt Welgehausen
I believe more than one subscriber to this list have written utilities to manage SQLite databases. I've never used one, but I expect they have GUIs that will allow you to enter and insert data. A Google search will probably turn up something. Regards

Re: [sqlite] Including sqlite3 in a GNU project

2005-09-24 Thread Doug Hanks
Mike, This only tries to find existing installations of sqlite3. I said I want to include a version of sqlite3 in my GNU project, have GNU tools auto configure and compile it - then use libtool to link against the static object. Doug On 9/24/05, Mike Chirico <[EMAIL PROTECTED]> wrote: > On Thu,

[sqlite] Version 3.2.7

2005-09-24 Thread D. Richard Hipp
SQLite version 3.2.7 is now available on the website. This release fixes several obscure problems that were discovered over the past week. There is no rush to upgrade unless you are having problems. -- D. Richard Hipp <[EMAIL PROTECTED]>

Re: [sqlite] Easyer way ?

2005-09-24 Thread Puneet Kishor
On Sep 24, 2005, at 10:10 AM, Richard Nagle wrote: Sorry, to say, its a STACK of papers on my desk, Next to the Other several stacks, of papers... So, Was looking for a easier Method of getting Paper (typing) data, into Sqlite, with out going threw all the insert...commands. You will need t

Re: [sqlite] Easyer way ?

2005-09-24 Thread Richard Nagle
Sorry, to say, its a STACK of papers on my desk, Next to the Other several stacks, of papers... So, Was looking for a easier Method of getting Paper (typing) data, into Sqlite, with out going threw all the insert...commands. Thanks - Richard Reid Thompson wrote: Richard Nagle wrote: is ther

Re: [sqlite] Including sqlite3 in a GNU project

2005-09-24 Thread Mike Chirico
On Thu, Sep 22, 2005 at 07:23:57AM -0700, Doug Hanks wrote: > Has anyone went through (what I feel is a painful process) of adding > sqlite in a GNU project? The following may help, which is a small package: http://ftp1.sourceforge.net/souptonuts/quota_examples.tar.gz or http://ftp1.sourcefo

[sqlite] Xtudio C/C++ IDE - free IDE is ready for download

2005-09-24 Thread Eran Ifrah
Hi All, What is Xtudio? Xtudio is a C/C++ code editor for windows programmers, you can learn more about it here: http://www.eistware.com The Alpha version has just released downloaded FREE from http://www.eistware.com/Download.html Xtudio IDE is for Windows users (Tested on XP SP1 / 2) that

[sqlite] compression

2005-09-24 Thread Martin Pfeifle
Hello, does anybody know whether it is possible to compress sqlite data on the page level. If I compress the sqlite database file with zlib I get very high compression rates due to the character of the stored data. I think this problem is related to the problem of using encrypted databases. Perheps