Re: [sqlite] SQLite won't import 53, 066, 244 row 11 gigabyte CSV file

2009-11-27 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Walter Dnes wrote: > Am I making some glaring noob error here? The most likely cause is that the SQLite shell was compiled without support for large files. (The SQLite library itself has large files on by default but the shell is separately

[sqlite] SQLite won't import 53,066,244 row 11 gigabyte CSV file

2009-11-27 Thread Walter Dnes
I'm running SQLite 3.6.18 on Gentoo linux. The filesystem is Reiserfs, so 11 gigs should not be a problem. Here's a screen scrape... === [d531][waltdnes][~/SQLite] ll dly04.csv -rw-r--r-- 1 waltdnes users 11143911240 Nov 27 15:34 dly04.csv

Re: [sqlite] Location of Sqlite Files

2009-11-27 Thread Simon Slavin
On 27 Nov 2009, at 7:54pm, mr_orange wrote: > Hey, I am kind of new to SQLite. I was wondering if anyone could help me with > a couple things: > 1) Where are the SQLite databases stored? I was told in the C:\WINDOWS\temp > folder, but I can't seem to find any SQLite-related files there. > 2) How

Re: [sqlite] Location of Sqlite Files

2009-11-27 Thread Artur Reilin
1) I store my sqlite files at directories where i use it. Where do you know to store sqlite files in the temp directory? I use sqlitefront - like phpmyadmin - and there are also my files stored for better editing. 2. Ehm .. right click > delete? Or you mean to delete a whole database? use php

Re: [sqlite] Location of Sqlite Files

2009-11-27 Thread Adam DeVita
1) save the db wherever is appropriate for your application. (network drives are generally considered to be a bad idea) 2) An sqllite db is a file. There are lots of ways to delete files Adam On Fri, Nov 27, 2009 at 2:54 PM, mr_orange wrote: > > Hey, I am kind of new to

[sqlite] Location of Sqlite Files

2009-11-27 Thread mr_orange
Hey, I am kind of new to SQLite. I was wondering if anyone could help me with a couple things: 1) Where are the SQLite databases stored? I was told in the C:\WINDOWS\temp folder, but I can't seem to find any SQLite-related files there. 2) How do you delete a SQLite database? Any help is much

Re: [sqlite] sqlite-users Digest, Vol 23, Issue 26

2009-11-27 Thread Pavel Ivanov
> reasons. Can primary key values available because of deletes get re- > used at some point? I guess you're talking about rowids not about general primary keys. For rowids reuse is possible only if rows with maximum values of rowids are deleted and only if your INTEGER PRIMARY KEY column doesn't

Re: [sqlite] Compiler invariancy

2009-11-27 Thread Dan Kennedy
On Nov 27, 2009, at 6:52 AM, Christo Christoff wrote: > > Hi > I report a prblem when compiling the recent fossil-based sqlite > sources with BorlandC. > ' > sqlite3.c: > Error E2140 sqlite3.c 99710: Declaration is not allowed here in > function fts3TermSelect > *** 1 errors in Compile *** >

[sqlite] Compiler invariancy

2009-11-27 Thread Christo Christoff
Hi I report a prblem when compiling the recent fossil-based sqlite sources with BorlandC. ' sqlite3.c: Error E2140 sqlite3.c 99710: Declaration is not allowed here in function fts3TermSelect *** 1 errors in Compile *** ' I Use the amalgamation of the 3.6.21 The Borland C compiler complains

Re: [sqlite] open transaction

2009-11-27 Thread Simon Davies
2009/11/27 : > How could I know if a transaction is already open? Does a specific > command exist? > Cheers http://www.sqlite.org/c3ref/get_autocommit.html Rgds, Simon ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] open transaction

2009-11-27 Thread galeazzi
How could I know if a transaction is already open? Does a specific command exist? Cheers ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users