[sqlite] Command-line utility

2013-07-11 Thread RSmith
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! ___

Re: [sqlite] Command-line utility

2013-07-11 Thread Adam DeVita
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 rsm...@rsweb.co.za wrote: Could someone send me a build with the current trunk of the command-line utility for Windows 32Bit with

Re: [sqlite] Command-line utility

2013-07-11 Thread RSmith
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'm

Re: [sqlite] sqlite command-line utility (was: manual? documentat ion?)

2004-01-15 Thread Kennedy, Dan
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 worry

[sqlite] sqlite command-line utility (was: manual? documentation?)

2004-01-14 Thread Wade Preston Shearer
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