Jump to content

Unspecified Error


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

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...