I have built a web page with macromedia dreamweaver with technology ASP, the database is in access XP.
First i connected the data base with a DNS system, i ran a test and it worked, but when i uploaded it to the server it didn't work, i changed the conection for one without DNS, with a conection like this one:
"PROVIDER=MICROSOFT.OLEDB.4.0; DATA SOURCE=" & MAPPATH(BASES/ACCESO.MDB)
but it didn't work, it gave a problem like this:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x15cc Thread 0x1058 DBC 0x165600c Jet'.
/foro.asp, line 36
this problem appears with all the pages connected to the database, a message appears that says connection stablished, but the problem is that the tables don't show up and i can't make a group of registry so i can connect the web pages with each other

.
now can anybody help me with this!!!!!!!!!!