Jump to content

Asd

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Asd

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

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

  3. I have recieved An Error On My Site Saying "UnSpecified Error"on the Line of ASP Code Where i have opened Connection with DatabasePlease help me outIt Remains For Sometime And Disappears On its owni Dont Have any Clue What To Do

×
×
  • Create New...