Re: [sqlite] New to SQLite and I have a question

2010-09-15 Thread Mike Owens
Bob > > --- On Sun, 9/12/10, Bart Smissaert <bart.smissa...@gmail.com> wrote: > > > From: Bart Smissaert <bart.smissa...@gmail.com> > Subject: Re: [sqlite] New to SQLite and I have a question > To: "General Discussion of SQLite Database" <sqlite-users@sq

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Bob Keeland
rt.smissa...@gmail.com> Subject: Re: [sqlite] New to SQLite and I have a question To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> Date: Sunday, September 12, 2010, 11:28 AM To use SQLite in classic VB or VBA you need this free wrapper: http://www.thecommon.

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Bob Keeland
--- On Sun, 9/12/10, Rich Shepard <rshep...@appl-ecosys.com> wrote: From: Rich Shepard <rshep...@appl-ecosys.com> Subject: Re: [sqlite] New to SQLite and I have a question To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> Date: Sunday, September 12,

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Rich Shepard
On Sun, 12 Sep 2010, Bob Keeland wrote: > Access may not be the best database for my programs, but then again my > needs are not that great. I just need to search a database and then search > the results of the first search, then search the results of the second > search, etc. That sounds simple

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Bart Smissaert
To use SQLite in classic VB or VBA you need this free wrapper: http://www.thecommon.net/3.html I have been using it for a few years now (in a commercial application) and it is fast and easy plus excellent support from the author Olaf Schmidt. RBS On Sat, Sep 11, 2010 at 9:27 PM, Bob Keeland

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Bob Keeland
he starts talking about what he does MY eyes tend to glaze over, etc.   Bob Keeland --- On Sat, 9/11/10, Jay A. Kreibich <j...@kreibi.ch> wrote: From: Jay A. Kreibich <j...@kreibi.ch> Subject: Re: [sqlite] New to SQLite and I have a question To: "General Discussion of SQLite

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Bob Keeland
Subject: Re: [sqlite] New to SQLite and I have a question To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> Date: Sunday, September 12, 2010, 10:08 AM On Sat, 11 Sep 2010, Bob Keeland wrote: > While I greatly appreciate the help I've gotten on SQLite in general,

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Rich Shepard
On Sat, 11 Sep 2010, Sam Carleton wrote: > If you need to learn the basics of SQL, I would highly recommend the book SQL > For > Smarties. > It covers all the basics and a lot more. I also have his book

Re: [sqlite] New to SQLite and I have a question

2010-09-12 Thread Rich Shepard
On Sat, 11 Sep 2010, Bob Keeland wrote: > While I greatly appreciate the help I've gotten on SQLite in general, I > still wonder about the last part of my questions below. Can anyone > recommend a good book for learning to use SQLite? What about these that I > found on Amazon.com > The

Re: [sqlite] New to SQLite and I have a question

2010-09-11 Thread Jay A. Kreibich
On Sat, Sep 11, 2010 at 06:27:16PM -0700, Bob Keeland scratched on the wall:   > The Definitive Guide to SQLite by Mike Owens Good, but older. Doesn't cover some of the newer features, including many of the _v2() interfaces. Covers SQL and basic database theory. Although this spends

Re: [sqlite] New to SQLite and I have a question

2010-09-11 Thread Sam Carleton
Bob, If you need to learn the basics of SQL, I would highly recommend the book SQL For Smarties. It covers all the basics and a lot more. I also have his book Trees and Hierarchies in SQL for

Re: [sqlite] New to SQLite and I have a question

2010-09-11 Thread Bob Keeland
using Visual Basic 2010 Express (and have ordered a book on it).   Bob Keeland --- On Sat, 9/11/10, Olaf Schmidt <s...@online.de> wrote: From: Olaf Schmidt <s...@online.de> Subject: Re: [sqlite] New to SQLite and I have a question To: sqlite-users@sqlite.org Date: Saturday, September

Re: [sqlite] New to SQLite and I have a question

2010-09-11 Thread Bob Keeland
Subject: Re: [sqlite] New to SQLite and I have a question To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org> Date: Saturday, September 11, 2010, 5:00 PM On 11 Sep 2010, at 9:27pm, Bob Keeland wrote: > I am new to using SQLite but think that it may be good fo

Re: [sqlite] New to SQLite and I have a question

2010-09-11 Thread Olaf Schmidt
"Bob Keeland" schrieb > I am new to using SQLite but think that it may be good > for a project that I'm working on. I do my programming > in Visual Basic and don't know any C\C++. > Is there any problem with connecting with SQLite from > Visual Basic? No. Though the links

Re: [sqlite] New to SQLite and I have a question

2010-09-11 Thread Simon Slavin
On 11 Sep 2010, at 9:27pm, Bob Keeland wrote: > I am new to using SQLite but think that it may be good for a project that I'm > working on. I do my programming in Visual Basic and don't know any C\C++. Is > there any problem with connecting with SQLite from Visual Basic? You'll need to pick a

[sqlite] New to SQLite and I have a question

2010-09-11 Thread Bob Keeland
Hi all, I am new to using SQLite but think that it may be good for a project that I'm working on. I do my programming in Visual Basic and don't know any C\C++. Is there any problem with connecting with SQLite from Visual Basic?   Basically my program will conduct repeatitive searches on a