Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Error Type:Provider (0x80004005)Unspecified error


Message #1 by omkarj@h... on Tue, 5 Mar 2002 09:04:19
Hi,



I have created some asp pages which access or submit data to Access 

Database,



The connection is as follows



<%

dim mysql

set con=server.CreateObject ("adodb.Connection")

con.Open "DRIVER={microsoft access driver 

(*.mdb)};DBQ=e:\reports\OrderTracking.mdb"

 mysql="select Customer_Name from Customer order by Customer_Name "

 set rs =server.CreateObject ("adodb.Recordset")

 rs.Open mysql,con

%>



Now problem is The page works fine For first time, but when I go back and 

click for the same page it Gives me,



"Error Type:Provider (0x80004005)Unspecified error"



pls help me .


  Return to Index