RE: [sqlite] Write issues on some computers?

2005-02-24 Thread Luc Vandal
: sqlite-users@sqlite.org Subject: RE: [sqlite] Write issues on some computers? Luc Vandal said: > Today a user told me that everything was fine yesterday and since today he > can't write to the database. What could cause that? The software closes > the > database on exit. I guess that t

RE: [sqlite] Write issues on some computers?

2005-02-24 Thread Clay Dowling
Luc Vandal said: > Today a user told me that everything was fine yesterday and since today he > can't write to the database. What could cause that? The software closes > the > database on exit. I guess that the db is busy but what could cause the db > to > be busy for a large amount of time? You

RE: [sqlite] Write issues on some computers?

2005-02-24 Thread Luc Vandal
et" the db? Luc Vandal Edovia Technologies Inc. [EMAIL PROTECTED] www.edovia.com -Original Message- From: Clay Dowling [mailto:[EMAIL PROTECTED] Sent: February 23, 2005 1:22 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] Write issues on some computers? Luc Vandal said: &g

Re: [sqlite] Write issues on some computers?

2005-02-23 Thread Ulrik Petersen
Luc, Luc Vandal said: The database is stored in the [User]\Local Settings\Application Data\ folder for the current user. Forgive my ignorance of Windows user directories, but could it be that some of these users are keeping their [User] folder on a network drive? That is sometimes re

RE: [sqlite] Write issues on some computers?

2005-02-23 Thread Clay Dowling
Luc Vandal said: > The database is stored in the [User]\Local Settings\Application Data\ > folder > for the current user. In that case it's worth looking at the folder and the file and making sure that both have write permission for the user in question. This isn't terribly easy to do if your us

RE: [sqlite] Write issues on some computers?

2005-02-23 Thread Luc Vandal
23, 2005 11:50 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Write issues on some computers? Luc Vandal said: > I don't know if it's SQLite related, but some of our users are complaining > that they can't write to the database. On our side everything is fine. > That

Re: [sqlite] Write issues on some computers?

2005-02-23 Thread Clay Dowling
Luc Vandal said: > I don't know if it's SQLite related, but some of our users are complaining > that they can't write to the database. On our side everything is fine. > That > is the case with most users. But for some the SQLite db just seems to > malfunction. Is there something (a dll, a windows

RE: [sqlite] Write issues on some computers?

2005-02-23 Thread Luc Vandal
Could the problem be MSVCRT.DLL? Luc Vandal Edovia Technologies Inc. [EMAIL PROTECTED] www.edovia.com -Original Message- From: Luc Vandal [mailto:[EMAIL PROTECTED] Sent: February 23, 2005 9:12 AM To: sqlite-users@sqlite.org Subject: [sqlite] Write issues on some computers? Hi, I

RE: [sqlite] Write issues on some computers?

2005-02-23 Thread Luc Vandal
By the way, we use transactions (BEGIN; COMMIT;) Luc Vandal Edovia Technologies Inc. [EMAIL PROTECTED] www.edovia.com -Original Message- From: Luc Vandal [mailto:[EMAIL PROTECTED] Sent: February 23, 2005 9:12 AM To: sqlite-users@sqlite.org Subject: [sqlite] Write issues on some comput