Data Provider could not be initialized

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top