The documentation (http://sqlite.org/tclsqlite.html) states:
The *sqlite3* command is used as follows:
*sqlite3* /dbcmd database-name/
However, the following shows up in the console:
$ tclsh
% package require sqlite3
3.7.12
% sqlite3
wrong # args: should be "sqlite3 HANDLE FILENAME ?-vfs VFSNAME?
?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex
BOOLEAN? ?-uri BOOLEAN?"
%
What are the meaning of the additional optional arguments?
P.S. -- I've not check other commands for mismatches.
--
+------------------------------------------------------------------------+
| Gerald W. Lester, President, KNG Consulting LLC |
| Cell: +1.504.236.6657 | Email: [email protected] |
+------------------------------------------------------------------------+
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users