Re: TclApp | DLL | CGI - permissions?



"Jeff Godfrey" <jeff_godfrey@xxxxxxxxx> wrote in message
news:gHRgi.1781$rR.1229@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,

I have a wrapped TclApp CGI program that uses SQLite, so the wrapped
app contains the "tclsqlite3.dll" file. The application runs fine
as a cgi on my personal web server, but testing it on someone else's
server, it seems to silently fail.

After some snooping with FileMon, I have some more info... I can see
that when the application is started, the tclsqlite3.dll file is
written to a temp folder (in my case c:\windows\temp) as a temporary
file (TCLD99.tmp in this case). Do I have any control over the
storage location? I'd assume that a CGI application wouldn't have
permission to store a file there.

Also, assuming the ADMIN will have to give permission for the DLL to
be used (not sure if that's true), it'll probably need a constant
name. By the look of the above temp name, I kind of doubt it'll
always have the same name. Can I somehow provide a constant file name
for the temp copy?

Thanks,

Jeff


.