A
amitbadgi
Hi I am converting an asp application to asp.net, and I have an access
database, now when I am running the converted asp.net application in a
browser, I am getting the following error, I am new in this field,
hence need help, thanx in advance
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException:
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified
Source Error:
Line 10: db_p = db_UP.GetPASS_CC_1()
Line 11: db_dsn = db_UP.getDSN_CC_1()
Line 12: conn.Open (db_dsn, db_u, db_p)
Line 13: 'response.Write(db_dsn&" "& db_u&" "& db_p & "<br>")
Line 14:
database, now when I am running the converted asp.net application in a
browser, I am getting the following error, I am new in this field,
hence need help, thanx in advance
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException:
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified
Source Error:
Line 10: db_p = db_UP.GetPASS_CC_1()
Line 11: db_dsn = db_UP.getDSN_CC_1()
Line 12: conn.Open (db_dsn, db_u, db_p)
Line 13: 'response.Write(db_dsn&" "& db_u&" "& db_p & "<br>")
Line 14: