Re: [sqlite] Can a sys admin control temporary file location without changing the source code?

2011-07-09 Thread Stephan Beal
On Sun, Jul 10, 2011 at 4:25 AM, Tom Browder wrote: > sqlite db files and making sure that directory is writable by my web > server. I make sure that the directory is not used for anything else > in order to help secure my web site. > Another tip for such uses:

Re: [sqlite] Can a sys admin control temporary file location without changing the source code?

2011-07-09 Thread Tom Browder
On Thu, Jun 30, 2011 at 15:02, Stephan Beal wrote: > On Thu, Jun 30, 2011 at 9:52 PM, Tom Browder wrote: > >> But I think the journal file is the problem...as I understand it, it >> has to be on disk, doesn't it? The answer seems to be yes. I have

Re: [sqlite] System.Data.SQLite Reserved Words Bug

2011-07-09 Thread Joe Mistachkin
Patrick Earl wrote: > > System.Resources.MissingManifestResourceException was unhandled > Message=Could not find any resources appropriate for the specified > culture or the neutral culture. Make sure > "System.Data.SQLite.SR.resources" was correctly embedded or linked > into assembly

[sqlite] System.Data.SQLite Reserved Words Bug

2011-07-09 Thread Patrick Earl
First I wanted to say that I was so excited to see the 1.0.74 release with .NET 4, zip files, and SQLite 3.7.7. I've been waiting for .NET 4 support for a long while. Thanks so much. :) Unfortunately, I was unable to upgrade from 1.0.66 because of the following problem. Using this code