G
Guest
I hope someone can help...
I've created several Web pages using MS Access Data Access
pages. The 1st screen has you type in a user and password
which it verifies against a database using
Dim rs
set rs = MSODSC.DATAPAGES(0).RECORDSET.CLONE
When I run the pages on the web server itself - everything
works just like it's supposed to.
When I run from a workstation connecting to the server
with my address in my browser
\\###.##.#.#\D$\Login.htm
I get the error
"Data provider could not be initialized"
I am by no means a network administrator - but I think
it's a rights/security issue, but I have no idea how/where
to modify that.
Any help would be greatly appreciated!
I've created several Web pages using MS Access Data Access
pages. The 1st screen has you type in a user and password
which it verifies against a database using
Dim rs
set rs = MSODSC.DATAPAGES(0).RECORDSET.CLONE
When I run the pages on the web server itself - everything
works just like it's supposed to.
When I run from a workstation connecting to the server
with my address in my browser
\\###.##.#.#\D$\Login.htm
I get the error
"Data provider could not be initialized"
I am by no means a network administrator - but I think
it's a rights/security issue, but I have no idea how/where
to modify that.
Any help would be greatly appreciated!