brownga
Aug 4th, 2001, 06:06 AM
i have an activex exe document that i've created, that i'd like to put on my webserver. it's a simple timesheet program for users to log their time remotely. it accesses an Access .mdb. when i test it in run-mode of vb6, it works fine, but when i try to access it thru "http://localhost/timesheet" it asks for the connection string to the .mdb. i have all my files including the .mdb in "c:\inetpub\wwwroot\timesheet". where should i set the connection path in the data environment to?
if this helps, whenever i navigate from .vbd to .vbd, i have to use the following code:
strAbsPath = "C:\Program Files\Microsoft Visual Studio\VB98"
UserDocument.Hyperlink.NavigateTo strAbsPath & "YOURNEXTDOC.vbd"
could this hard-coding to the c: be the problem?
Thanks,
Greg
if this helps, whenever i navigate from .vbd to .vbd, i have to use the following code:
strAbsPath = "C:\Program Files\Microsoft Visual Studio\VB98"
UserDocument.Hyperlink.NavigateTo strAbsPath & "YOURNEXTDOC.vbd"
could this hard-coding to the c: be the problem?
Thanks,
Greg