Ask a Question related to ASP Database, Design and Development.
-
Dan Nash #1
added password to access db and now i get error 25.
Hi
I have a site using an Access database. I thought it
might be wise to password protect the DB file, so I setup
the Password in Access and recoded my Open command to
give the password. This worked, but I started
getting "unspecified error 25" - so I removed it, and im
still getting it. I made a copy of the db, so I went back
to that - and Im still getting it!!
Any ideas why this might be happening? It appears to be
something to do with the server (PWS, on Win98) as
running the page while accessis open causes it. It
breaks. Then restarting the server cures it again.
My db opening code...
Sub OpenDBConnection(dbfile)
set dConn = Server.CreateObject("ADODB.Connection")
dConn.Open("DRIVER={Microsoft Access Driver (*.mdb)};
DBQ=" & Server.MapPath("\data\" & dbfile & ".mdb"))
dbOpen = 1
End Sub
I just wondered if anyone knew what was going on, cos we
were planning to go live with this site pretty soon.
Cheers
Dan
Dan Nash Guest
-
Access page Password
I have an admin panel that i can log into by going to a certian internet address. Is there a script that i can put on that page so that when someone... -
MS Access and Password Error
I'm running ColdFusion MX 7 and Access 2003 on Win 2K. I've inherited a ColdFusion 6 (or before) site that I'm trying to get up and running. In... -
Limit access until given password
Hello, I am creating a training CD in Director. I want the user to have to complete each section of the training CD in order but after they have... -
Windows 2003 Server ODBC Error -Not a valid password - connecting to MS Access DB
We are currently busy moving our website from a NT4 Server to a Windows 2003 Server. One of the site are making use of an MS access DB. A DSN was... -
OLEDB and an Access Db with a password
Hi All ISP has told me that I should be using OLEDB connections instead of ODBC to get better ASP > ADO > Access DB performance. After a visit...



Reply With Quote

