You can also checkout the DSNLess trick. This page would help you out with one:
http://www.connectionstrin
Main Topics
Browse All TopicsI'm runnning asp based web site under win2k3.
The database is a system DSN using the Microsoft Access Driver (.mdb)
Everything was fine under win2k and I upgraded to win2k3 about 2 weeks ago and receive this error every other day now.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can also checkout the DSNLess trick. This page would help you out with one:
http://www.connectionstrin
Try this:
<%
Dim dbConn
Set dbConn = Server.CreateObject("ADODB
dbConn.ConnectionString = "DSN=NAME OF DSN.dsn"
dbConn.Open
%>
Check ur dsn is set u ok:
1) Start>Settings>Control Panel>Admin Tools>Data Sources(ODBC)
2) Go to system DSN tab.
3) Check your dsn is listed, if not create a new one with the mdb driver
4) Make sure your Data Source Name is the one used in the connection string (i.e. where it says data source name type in the name of the dsn and also type in ".dsn" after it)
5) Select the DB you want to connect to
6) Click okay and you should see it in the list, try accessing again with the new connection script
Check out this one
http://support.microsoft.c
Sorry fellas.
Thanks for your assistance in this matter but the issue has been resolved.
I did a few more searches in EE and found a solution that fixed my issue.
Someone else had a problem where all of a sudden their ODBC wouldn't work but their's was complteley gone when they upgraded from Windows2000 Server to Windows2003 Server. So someone suggested to them to reinstall the reg key.
When I browsed to my ODBC reg key I noticed there were no values.
I had soemone send me their regkey from their Windows 2003 Server machine and it fixed my issue.
Business Accounts
Answer for Membership
by: hongjunPosted on 2005-10-31 at 05:19:01ID: 15192286
Make sure you created the dsn on your win2k3 machine too.