| Subject |
Re: exe problem |
| From |
Bruce Beacham <bbeacham@no_plm_lowman.co.uk> |
| Date |
Tue, 6 Oct 2020 21:01:54 +0100 |
| Newsgroups |
dbase.getting-started |
This is a BDE-generated file. I agree with Mervyn et al that this is
usually put in your logged directory. But you might also check this
setting (though I'm struggling to recall why this used to give me
difficulty):
In your Start menu choose dBASE 2019
Choose BDE Administrator
Choose the Configuration tab.
Choose Drivers
Choose Native
Choose Paradox
Look at Net Dir
Make sure it is set it to a harmless accessible directory, eg
C:\Users\<USER>\AppData\Local\Temp
Save and exit. Serve with a green salad and a nice glass of white
wine - oh, sorry, that's what I'm just going out to the kitchen to do.
Bruce Beacham
On 04/10/2020 18:01, Charlie wrote:
> I’m running windows 10 on a new computer. I installed 1130b2550 and 1130runtime-b2550. My old computer ran these perfectly.
>
> Actually this program runs great in dbase. However when I run the exe file that was built in project explorer I have run into a couple unexpected errors.
>
> I get this one when I run a particular report, other reports run fine…
>
> Database Engine Error: Permission denied: C:\windows\system32\_QSQL000.DBF
>
> The following script is where the error is pointing…..
>
> database = form.form.database1
> sql = "select i.*,c.*from golfers_scores i inner join dbname c on i.dbname = c.dbname order by i.lname,i.fname"
> requestLive = false
> active = true
>
> The other error is…
>
> Error: Access denied: tempworkfile.txt
>
> It seems to be some-sort of a permission problem having to do with a temp dbf file that is deleted at the end of the script.
>
> Appreciate any help or suggestions.
>
|
|