Re: [sqlite] Oracle joins the SQLite Consortium

2010-06-21 Thread J. R. Westmoreland
Question also. Can one trust that when you look at what those folks are doing to SMI, or whatever they are called now. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin Sent: Monday, June 21, 2010 5:31 AM To:

Re: [sqlite] Using SQLite from Java

2009-10-19 Thread J. R. Westmoreland
' Subject: Re: [sqlite] Using SQLite from Java What information are you looking for? -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of J. R. Westmoreland Sent: Monday, October 19, 2009 9:59 PM To: 'General Discussion of SQLite

Re: [sqlite] Using SQLite from Java

2009-10-19 Thread J. R. Westmoreland
MESSAGE- Hash: SHA1 J. R. Westmoreland wrote: > I looked on the site and didn't find anything. http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers :-) Roger -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.

Re: [sqlite] Using SQLite from Java

2009-10-19 Thread J. R. Westmoreland
Subject: Re: [sqlite] Using SQLite from Java -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 J. R. Westmoreland wrote: > Can someone point me to the information on using Java with SQLite? What was not useful in the Google search results you got? Roger -BEGIN PGP SIGNATURE- Version: Gn

[sqlite] Using SQLite from Java

2009-10-19 Thread J. R. Westmoreland
Can someone point me to the information on using Java with SQLite? Thanks, J. R. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Database creation and inserts speedup

2009-05-08 Thread J. R. Westmoreland
the line it could be bad. Thanks, J. R. J. R. Westmoreland E-mail: j...@jrw.org Twitter: GeneralJR ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] A bit OT: Good CVS client for Windows

2009-02-26 Thread J. R. Westmoreland
Can someone please give me a suggestion for a good client for CVS that runs under Windows? I have my linux system but figured it would be nice to have a client in both places, a belt and suspenders kind of person I guess. Thanks, J. R. J. R. Westmoreland E-mail: j

Re: [sqlite] manual with sample C programs

2009-02-26 Thread J. R. Westmoreland
I'm sure I have the right stuff but in my spooling through the file I could have over looked it. I also have a copy of the CVS tree and now I have the right file I'll look there. Much easier to find things. :) Thanks again, J. R. J. R. Westmoreland E-mail: j...@jrw.org

Re: [sqlite] manual with sample C programs

2009-02-26 Thread J. R. Westmoreland
Thanks, I got the amalgamated source and didn't see it there. I'll try that. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of P Kishor Sent: Thursday, February 26

Re: [sqlite] manual with sample C programs

2009-02-26 Thread J. R. Westmoreland
Where do I find the source to the command-line tool. I looked but didn't see it. Sorry if this should be obvious. :) J. R. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org

[sqlite] SQL question, probably stuipid but ...

2009-02-17 Thread J. R. Westmoreland
I can't remember how to escape a "'" in a string. My statement looks something like: "insert . values ('DAY'S AVE' .); It's been a long day. Thanks in advance. J. R. ------------ J. R. Westmoreland E-mai

Re: [sqlite] Question on the "like" item in "select"

2009-02-02 Thread J. R. Westmoreland
* from table where id >= 150 and id <= 1500 and col like '%String%';" This assumes that id and col are key and index respectively. Thanks in advance for your patients and help. J. R. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite

[sqlite] Question on the "like" item in "select"

2009-02-02 Thread J. R. Westmoreland
Please pardon me if this is really more SQL rather than sqlite behavior. If I have some thing like: SELECT . WHERE . LIKE "String" .; Is it going to work like: SELECT . WHERE . = "String" .; Thanks, J. R. -------- J. R. Westmoreland

[sqlite] UTF-8 by default?

2009-01-27 Thread J. R. Westmoreland
I haven't found, yet, where it says this but, I assume UTF-8 is the default storage for character strings in the database? I see where I can specify UTF-16*. Is there support for UTF-32? Thanks, J. R. J. R. Westmoreland E-mail: j...@jrw.org

Re: [sqlite] Is this a bug?

2009-01-23 Thread J. R. Westmoreland
Is there a way to get an autoincrement field without being a primary key? J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Igor Tandetnik Sent: Friday, January 23

[sqlite] A alternative design question

2009-01-23 Thread J. R. Westmoreland
J. R. ---- J. R. Westmoreland E-mail: j...@jrw.org ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Is this a bug?

2009-01-23 Thread J. R. Westmoreland
of it? Should I use "AUTO_INCRMENT" verywhere now? If it has change shouldn't the parser be consistant about it? Thanks, J. R. ---- J. R. Westmoreland E-mail: j...@jrw.org ___ sqlite-users mailing list sqlite-users@sqlite.

Re: [sqlite] A quick question

2009-01-14 Thread J. R. Westmoreland
far. Regards, J. R. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of MikeW Sent: Wednesday, January 14, 2009 3:39 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite