Re: Re[2]: [sqlite] Performance problem

2003-11-03 Thread ben . carlyle
- Forwarded by Ben Carlyle/AU/IRSA/Rail on 04/11/2003 02:26 PM - Ben Carlyle 04/11/2003 02:01 PM To: Doug Currie <[EMAIL PROTECTED]> cc: Subject:Re: Re[2]: [sqlite] Performance problem Doug Currie <[EMAIL PROTECTED]> 03/11/2003 05:39 AM Please

Re: [sqlite] Protection of db file

2003-11-03 Thread Mrs. Brisby
You really need to specify _who_ you want to protect the database from; what kind of access, etc. I think the answer you're looking for is the SQLite "client" provides access control to SQLite- not the other way around- that is, you must control all clients allowed access to the database in order

Re: [sqlite] ODBC

2003-11-03 Thread D. Richard Hipp
[EMAIL PROTECTED] wrote: Hi all, Has anyone got SQLite working with ODBC? http://www.google.com/search?q=sqlite+odbc -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[sqlite] ODBC

2003-11-03 Thread [EMAIL PROTECTED]
Hi all, Has anyone got SQLite working with ODBC? I installed SQLite in Linux and I would like to access it from Windows98. Jo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [sqlite] Protection of db file

2003-11-03 Thread Allan Edwards
What platform are you on? Linux or Windows Based? -Original Message- From: thomas_b_hansen2003 [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 2:04 AM To: [EMAIL PROTECTED] Subject: [sqlite] Protection of db file I need a good advice regarding protecting the sqlite db file.

[sqlite] CVS access

2003-11-03 Thread David LeBlanc
I previously had access to the sqlite cvs tree, but I guess the old pserver name "cvs.hwaci.com" is no longer valid. I've tried updating to the one mentioned on the sqlite.org page, but WinCVS does not seem to appreciate "pserver:[EMAIL PROTECTED]:/sqlite". What am I doing wrong and how do I fix