error Microsoft OLEDB Provider for ODBC Drivers error '80004005'

Discussion in 'Databases' started by Ct Anne, Mar 25, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. This is the error i got when open website :

    Microsoft OLEDB Provider for ODBC Drivers error '80004005'

    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

    default.aspline 10


    Here is the code showing line 10:

    ' Open Database Connection

    Set Con = Server.CreateObject( 'ADODB.Connection' )

    Con.Open 'accessDSN'

    %>

    What am I missing here? Please help.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page