Crystal Report: ERROR : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified -


When I try to run a report in the Crystal Reports, I get the following error Did you get rid of this error Recommended method: Error: [Microsoft] [ODBC driver manager] Data source name was not found and no default driver specified

This error is telling you that it can not find your specified DSN. On Windows you can create user data sources and system data sources. If DSN was a user created for use with crystals, it was a user DSN and your app runs under another user who you are not getting DSN. If this is the case, try making the system DSN and see if it fixes the problem


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -