Re: [sqlite] Database locked

2004-08-11 Thread Felipe Lopes
Thank you!! Was just wondering, does it escape the double quotes around the data?? Thanx again Felipe Lopes Em 11 Aug 2004, [EMAIL PROTECTED] escreveu: >Felipe Lopes wrote: >> >> I am trying to import a csv file (ip-to-country to be especific) to a >tabl

Re: [sqlite] Database locked

2004-08-11 Thread Felipe Lopes
Where can I found more about transaction? Em 11 Aug 2004, [EMAIL PROTECTED] escreveu: >Felipe Lopes wrote: > >>Hi there! >> >>I am trying to import a csv file (ip-to-country to be especific) to a table >>on sqlite db...It has 5+ lines. Tried t

[sqlite] Database locked

2004-08-10 Thread Felipe Lopes
to know how can I import this csv file to sqlite, either w/ php or command line. If thru command line is the only way, some explanation on what should I get to have it working on my debian is welcome. Thanx in Advance Felipe Lopes

Re: RE: [sqlite] SQLite version 3 design question: '500'=500?

2004-05-13 Thread Felipe Lopes
I agree that compatibility is what counts... Felipe Lopes Em 12 May 2004, Shawn Anderson escreveu: >I agree, I would like to see compatibility with results from other SQL >engines... > >Shawn > >-Original Message- >From: Keith Herold [mailto:[EMAIL PROTECT

Re: [sqlite] phpSQLiteAdmin

2004-03-19 Thread Felipe Lopes
Hi there! Everybody from the list is invited to test the original phpSQLiteadmin at http://phpsqliteadmin.sourceforge.net/ cheers Felipe Lopes Em 19 Mar 2004, Kenneth Lo escreveu: >Lay András >>Anybody use phpSQLiteAdmin? >>(http://www.phpguru.org/phpSQLiteAdmin.html

Re: [sqlite] listing Tables - FOUND

2003-12-12 Thread Felipe Lopes
Sorry guys, I found it...Just have to search a bit more thanx Em 12 Dec 2003, Felipe Lopes escreveu: >How can I list the tables a BD has thru php script? I've gonne thru >www.php.net and couldn't find any answer. > >Thanx in adv

[sqlite] listing Tables

2003-12-12 Thread Felipe Lopes
How can I list the tables a BD has thru php script? I've gonne thru www.php.net and couldn't find any answer. Thanx in advance Felipe Lopes. _ Voce quer um iGMail protegido contra vírus e spams? Clique

[sqlite] auto increment

2003-12-12 Thread Felipe Lopes
Hi there! I would like to know what SQL command should I use to have a field auto increment? I've tried the same way I do on mysql (primary key, not null and auto increment) but didn't work...How can it be done on sqlite? (I'm programming with php) Thanx in advance