http://www.sqlite.org/download.html
scroll to "Precompiled Binaries for Windows"
It runs just fine on 32 bit windows.
Adam
Hi, thanks, and yes I have these, but am specifically interested in the latest development trunk, which I don't think is included on
this page in compiled form (unless I'
http://www.sqlite.org/download.html
scroll to "Precompiled Binaries for Windows"
It runs just fine on 32 bit windows.
Adam
On Thu, Jul 11, 2013 at 12:20 PM, RSmith wrote:
> Could someone send me a build with the current trunk of the command-line
> utility for Windows 32Bit with the standard opt
Could someone send me a build with the current trunk of the command-line utility for Windows 32Bit with the standard option set for
testing purposes please, or point me to where I can download it if a standard build already exists.
Thanks!
___
sqlite
> What does the...
> "(one varchar(10), two smallint)"
> ...in the following example...
> "sqlite> create table tbl1(one varchar(10), two smallint);"
> ...mean/do?
It creates the table 'tbl1' shaped like this.
+-+
| one | two |
+-+
| | |
| | |
Don't
Jon, you're awesome. Thank you!
Wade, although your question isn't phrased like this, it seems to be
"Where
can I find good documentation on using SQL?" Whether you use the
command-line, or are connecting to SQLite through PHP is irrelevant.
The
syntax for adding, deleting, modifying and viewing
5 matches
Mail list logo