[sqlite] Using SQLite by Jay Kreibich (2010 paperback edition)

2013-12-30 Thread Bob Cochran
re to do the actual inserts, and I'm probably using that software incorrectly, only one insert is being done. Thanks Bob Cochran Greenbelt, Maryland, USA ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Using SQLite by Jay Kreibich (2010 paperback edition)

2013-12-31 Thread Bob Cochran
Thank you, I will look more closely at the node-sqlite3 documentation. Bob On 12/31/13, 12:25 AM, Navaneeth K N wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, On 12/31/13 8:18 AM, Bob Cochran wrote: I'm working on a tough project that requires me to use Node.js and SQLite

Re: [sqlite] Using SQLite by Jay Kreibich (2010 paperback edition)

2013-12-31 Thread Bob Cochran
inted copy. Let me know if there are any other questions. -j On Dec 30, 2013, at 8:48 PM, Bob Cochran <bcochra...@verizon.net> wrote: I'm working on a tough project that requires me to use Node.js and SQLite. I'm building a database with SQLite version 3.8.2. My question is,

[sqlite] Problem Fetiching Rows With Node.js Script

2014-01-10 Thread Bob Cochran
erent method of node-sqlite3 -- is there a method to be preferred over db.each? The API documentation doesn't really speak to this. Thanks Bob Cochran Greenbelt, Maryland, USA ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] sqlite versus MySQL automatic defragmentation on SSDs?

2012-10-28 Thread Bob Cochran
On 10/28/12 10:58 AM, Simon Slavin wrote: On 28 Oct 2012, at 2:48pm, David Barrett wrote: Wow, I didn't realize this was such a controversial question. Not particularly controversial, just complicated, and not subject to a good explanation other than reading lots of

[sqlite] Support For Table Columns In French Language Text

2013-10-18 Thread Bob Cochran
to support the French locale. Is the above sequence correct? Thanks! Bob Cochran ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Support For Table Columns In French Language Text

2013-10-19 Thread Bob Cochran
Thank you, I didn't understand that earlier. You saved me a lot of time! Bob On 10/18/13 10:30 PM, Igor Tandetnik wrote: On 10/18/2013 9:32 PM, Bob Cochran wrote: I want to create a table like this: glosskey of type text caption_text of type varchar or text The glosskey and caption_text