Make sure on your server you have a systemDSN for SQLOLEDB
Also have a look if u have ODBC driver installed for SQLOLEDB
I use Odbc to run a query against a progress database. Here is the connection string:
Provider=SQLOLEDB;DRIVER=P
This works fine on my PC. But when I deploy to the server, I get the following error:
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
[OdbcException (0x80131937): ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified]
System.Data.Odbc.OdbcConne
System.Data.Odbc.OdbcConne
System.Data.Odbc.OdbcConne
System.Data.ProviderBase.D
System.Data.ProviderBase.D
System.Data.ProviderBase.D
System.Data.Odbc.OdbcConne
webform1.Page_Load(Object sender, EventArgs e) in c:\Documents and Settings\atabrizi\My Documents\Visual Studio 2005\Projects\Dacor.Servic
System.Web.Util.CalliHelpe
System.Web.Util.CalliEvent
System.Web.UI.Control.OnLo
System.Web.UI.Control.Load
System.Web.UI.Page.Process
I am not sure how to approach a solution.
Thanks.
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.
I am working with a remote user getting this error. This person is not directly associated with my company so I really don't know what's on their computer. If I try and have them add the ms access driver, will they be prompted for a CD? Is it likely that adding this will cause any other issues? What I am really talking about is a common, well know isssue, not the once in a blue moon type.
Business Accounts
Answer for Membership
by: CB_ThirumalaiPosted on 2009-02-16 at 17:15:37ID: 23655634
Probably, the driver is not installed on the target machine. Make sure that the driver is installed and try again.