Re: Is this possible?
- From: B. Chernick <BChernick@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 08:08:00 -0700
First I wonder if this would work at all as ; is the line continuation
symbol in vfp and
not a seperator of commands. But that may be part of OleDB to
convert it for vfp accordingly.
Probably. Part of my problem is that I may not know exactly what syntax to
use in such a situation (operating on FoxPro tables through ADO.Net).
As your script works on your local machine and not on the
server: Do you do it with a connection to the same database?
No. It works if I am running the web app on my local machine with local
files. It fails if I run off the web server with the DBF tables that are
located on the same machine as the web server.
As the process which packs a table needs to be the one withThis appears likely. As someone here suggested, I will now try and write a
exclusive access to the dbf with no other usage of the file,
it's most likely you can't succeed on the server, because the
database is always in use by some user while a local copy
of the database on your machine of course is only in use
by yourself if at all.
console app I can put on the web server and either shell to from the web app
or assign to a SQL job.
Thanks
B.C.
.
- References:
- Is this possible?
- From: B. Chernick
- Re: Is this possible?
- From: Anders Altberg
- Re: Is this possible?
- From: B. Chernick
- Re: Is this possible?
- From: swdev2
- Re: Is this possible?
- From: B. Chernick
- Re: Is this possible?
- From: Rush Strong
- Re: Is this possible?
- From: B. Chernick
- Re: Is this possible?
- From: Rush Strong
- Re: Is this possible?
- From: B. Chernick
- Is this possible?
- Prev by Date: Re: Is this possible?
- Next by Date: Re: Is this possible?
- Previous by thread: Re: Is this possible?
- Next by thread: Re: Is this possible?
- Index(es):
Relevant Pages
|