Re: [sqlite] Re: converting a mysql database

2005-11-07 Thread Edwin Knoppert
If the mysql db is reachable through dsn (ado-providerstring) you can use my pbsdbms tool to import tables. http://www.hellobasic.com - Original Message - From: "Arjen Markus" <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 8:43 AM Subject: Re: [sqlite]

Re: [sqlite] Re: converting a mysql database

2005-11-06 Thread Arjen Markus
Dave Dyer wrote: > > I looked into this, and the actual problem is windows returning > a "access denied" error code when trying to recreate the journal > file immediately after deleting it. I can't find any documentation > that says create might fail for this reason, but filemon (from > systemin

[sqlite] Re: converting a mysql database

2005-11-05 Thread Dave Dyer
the thread that Roger Binns pointed out (with similar problems in an app called "subversion") seems to be right on the money. The problem is associated with unrelated processes doing background file operations. I wrote a test program, and found it fails for me if I run it in a directory which is

Re: [sqlite] Re: converting a mysql database

2005-11-04 Thread Roger Binns
I can't find any documentation that says create might fail for this reason, One likely cause is tag-along programs such as virus checkers, content indexers, backup agents etc. They like to open files immediately after an application has written to one and then closed the file. And while they h

[sqlite] Re: converting a mysql database

2005-11-04 Thread Dave Dyer
I looked into this, and the actual problem is windows returning a "access denied" error code when trying to recreate the journal file immediately after deleting it. I can't find any documentation that says create might fail for this reason, but filemon (from systeminternals.com) says the status