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
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
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
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
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);
> -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
> Where the Company Database I have created?
Try
$ sqlite
Then
sqlite>.tables
Regards
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
> > 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
9 matches
Mail list logo