Re: [sqlite] lobjc

2005-02-26 Thread Ulrik Petersen
Hi, SlackRat wrote: I seem to be having some trouble linking a small test programme as included below. I am totally new to Windows and am sure that I have missed something elementary. I obtained sqlite and have installed: windows98(2) dev-c++ 4.9.9.2 (latest modified version) sqlite-3.1.3.zip sqli

[sqlite] lobjc

2005-02-26 Thread SlackRat
I seem to be having some trouble linking a small test programme as included below. I am totally new to Windows and am sure that I have missed something elementary. I obtained sqlite and have installed: windows98(2) dev-c++ 4.9.9.2 (latest modified version) sqlite-3.1.3.zip sqlitedll-3.1.3.zip sq

Re: [sqlite] Version 3.1.3 is a headache

2005-02-26 Thread D. Richard Hipp
On Sat, 2005-02-26 at 22:43 +0100, Jakub Adamek wrote: > Hi, I really love SQLite, but upgrading to 3.1.3 was not a good idea. I > have already posted 3 tickets with rather serious problems with column > names. > > The last one is really annoying and I can't believe the auto-tests could > have

Re: [sqlite] Version 3.1.3 is a headache

2005-02-26 Thread Bernhard Döbler
Isn't ID the field INNER JOIN uses to combine the tables... That means you have to columns named ID but theire content is the same. Bernhard - Original Message - From: "Jakub Adamek" <[EMAIL PROTECTED]> To: Sent: Saturday, February 26, 2005 10:43 PM Subject: [sqlite] Version 3.1.3 is a

[sqlite] Version 3.1.3 is a headache

2005-02-26 Thread Jakub Adamek
Hi, I really love SQLite, but upgrading to 3.1.3 was not a good idea. I have already posted 3 tickets with rather serious problems with column names. The last one is really annoying and I can't believe the auto-tests could have missed it ... create table a (id, x); create table b (id, y);

RE: [sqlite] Mac

2005-02-26 Thread Tim Anderson
> -Original Message- > From: Richard Nagle [mailto:[EMAIL PROTECTED] > Sent: 26 February 2005 17:56 > To: sqlite-users@sqlite.org > Subject: [sqlite] Mac > > Okay: > First is there a current version (compiled) 3.1.3 of SQlite for mac os > x I built this the other day, on OS X 10.2. I can

Re: [sqlite] Mac

2005-02-26 Thread Kurt Welgehausen
> Where the Company Database I have created? Try $ sqlite Then sqlite>.tables Regards

[sqlite] Mac

2005-02-26 Thread Richard Nagle
Okay: First is there a current version (compiled) 3.1.3 of SQlite for mac os x ? Second: under 2.8.x after you start SQlite, sqlite>.database 0 main 1 temp Where the Company Database I have created? I can see it there in the folder (sqlite) ... TKS - Richard

RE: [sqlite] Importing a CSV file

2005-02-26 Thread Brass Tilde
> > That should have been obvious if you'd attempted to select > > something from the table with headers turned on in the command > > line utility. > > Thank you so much, and sorry for sending this stupid > question. No apologies necessary, except for me. Re-reading that passage, it looks mu