Ask a Question related to ASP Database, Design and Development.
-
Eduard #1
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 setup for the website. The MS Access DB is only secured
by a password. When we try to access the page on the new Windows2003
Server we get:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Not a valid password.
I have moved the Site to a Windows 2000 Server, and have setup the DSN
the same as it was setup on the NT4 Server and Windows 2003 server,
and here it is working. I think that this error was posted on this
site before, but could not find a link to it.
Any advice would be appreciated.
Regards
Eduard
Eduard Guest
-
Connecting through ODBC on Windows 2003
Hi There I am runing my website on windows 2003 and IIS 6. When you go onto an asp page and try get info off it just hangs there as if the... -
access permissions in asp.net web service in windows 2003 server
First off I am using windows server 2003, IIS 6.0 .Net framework 1.1.4322..... I am attempting to use COM+ Loosely Coupled Events (LCE) from an... -
Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click... -
[Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs... -
Do you need Framework 1.1 to access Active Directory objects on a Windows 2003 server with ASP.NET?
Some of our developers are having a problem making certain code work that reads the contents of OUs in our Active Directory. It reads fine when... -
Bob Barrows [MVP] #2
Re: Windows 2003 Server ODBC Error -Not a valid password - connecting to MS Access DB
Eduard wrote:
Look here for the correct connection string to use to connect to a pass-word> 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 setup for the website. The MS Access DB is only secured
> by a password. When we try to access the page on the new Windows2003
> Server we get:
>
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
>
> [Microsoft][ODBC Microsoft Access Driver] Not a valid password.
>
secured Jet database (no workgroup security):
[url]www.able-consulting.com/ado_conn.htm[/url]
I suggest using the OLEDB Provider for Microsoft Jet instead of the
deprecated ODBC driver.
HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest



Reply With Quote

