Click here to Skip to main content
15,891,902 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing an application in mfc in which I am using ODBC driver for connecting Access database. On my machine it works properly but if I am trying to run .exe on another machine it gives error as- "Data source name not found and no default driver".
Please give me solution.

Thanks.
Posted
Updated 20-Feb-12 20:47pm
v3
Comments
Varun Sareen 21-Feb-12 0:39am    
The Database may not be present at the client side or the database name may be different
Guyverthree 21-Feb-12 13:14pm    
Make sure that the Driver is installed and setup correctly on the other machine.

1 solution

Either the ODBC name does not exist on the other machine or the ODBC drive does not exist on the other machine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900