Jump to content

Error UnSpecified


Asd

Recommended Posts

Please Help Me Out I have Problem While Establishing Connection With Database I recieve Unspecified Error Where i Open Connection With my DatabaseIt Comes Oftenly . I Dont Know What is the ReasonPlease Provide Solution for the SameI am using Access database on Win2003 server hosted on Godaddy server using ASP. The code is as followsSet conn = Server.CreateObject("ADODB.Connection")set rs = Server.CreateObject("ADODB.RecordSet")dbPath = Server.MapPath("Database/CommonDB.mdb")conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dbPath & ";Persist Security Info=False"conn.open (This is the line Where i get error)

Link to comment
Share on other sites

did you read the links that were provided in that link?here is a goole search with lots of hitshttp://www.google.ca/search?hl=en&q=asp+Un...le+Search&meta=

I have Tried All these things But didn't Worked for my ProblemActually this Error comes on its ownI just Don't know the Generalised Reason of this errorPlease provide any other Solution If U HaveAnyway Thanks a lot
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...