[sqlite] Paging Output

2004-12-12 Thread Jeff Flowers
Is there a way to make the output of a select command to page a screenful at a time, from within the sqlite frontend program?I checked the FAQ this time and didn't see anything. ;) Thanks, Jeff Flowers

Re: [sqlite] Sequences In SQLite

2004-12-08 Thread Jeff Flowers
I want to apologize for not thinking of checking the FAQ. I didn't see what I was looking for in the documentation and totally forgot about the FAQ. Thanks, and again, sorry. -- Jeff Flowers

[sqlite] Sequences In SQLite

2004-12-08 Thread Jeff Flowers
Is there anything like serial sequences in SQLite? What I want to do is have a primary interger key that auto-increments as records are added to a table. Thanks, -- Jeff Flowers

Re: [sqlite] Setting The Width Option

2004-12-08 Thread Jeff Flowers
On Tue, 7 Dec 2004 18:57:18 -0800, "Scott Leighton" <[EMAIL PROTECTED]> said: > On Tuesday 07 December 2004 10:28 am, Jeff Flowers wrote: > > Is it possible to set the .width option when calling the sqlite > > frontend? I was surprised that there wasn't a op

[sqlite] Setting The Width Option

2004-12-07 Thread Jeff Flowers
Is it possible to set the .width option when calling the sqlite frontend? I was surprised that there wasn't a options to do this, something like: sqlite3 -column -header -width '30 30 5 5' dbname Thanks, -- Jeff Flowers

Re: [sqlite] Display Of Numbers

2004-12-07 Thread Jeff Flowers
lumn ...". Thank you Kurt. That did the trick. Sincerely, Jeff Flowers

[sqlite] Display Of Numbers

2004-12-06 Thread Jeff Flowers
ac OS X 10.3.6. I am using the built in SQLite frontend. Thanks, -- Jeff Flowers

Re: [sqlite] Mac OS X, Readline 5.0, and SQLite

2004-11-06 Thread Jeff Flowers
adline is GPL and, thus, Apple cannot ship the library > with the user system. There has to it than just being under the GPL. After all, Emacs and other GLPed software is included in Mac OS X. Maybe it is to prevent people from accidently mixing GPLed and non-GPLed code? -- Jeff Flowers

[sqlite] Mac OS X, Readline 5.0, and SQLite

2004-11-06 Thread Jeff Flowers
rMac G4. I have also posted this on the Wiki. So, Fink is no longer needed just for Readline if you have the Developer Tools installed. :) -- Jeff Flowers

[sqlite] SQLite For Personal Use

2004-11-05 Thread Jeff Flowers
Is anyone using SQLite to manange personal data; not as part of another program but by itself, as distributed with the sqlite frontend? I searched Google but no one seems to be talking about SQLite as a program by itself.