Hi to everybody
Does anybody recognise this error
why does it come and my database is not corrupt because i have just opened to and checked it
my connection string and my recordset string are as follows
Regards : Unicorn11
abhishek@tripmedia.com
[red]Life is a stream who's source is hidden[red]
Does anybody recognise this error
why does it come and my database is not corrupt because i have just opened to and checked it
Code:
Microsoft JET Database Engine error '80004005'
Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.
/abhi/data_acc_user_1.asp, line 18
my connection string and my recordset string are as follows
Code:
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Data Source=" & Server.Mappath("backup.mdb") & ";Provider=Microsoft.Jet.OLEDB.4.0;"
set rs_access = server.CreateObject("ADODB.RecordSet")
rs_access.Open sql_access, conn, 1, 2
Regards : Unicorn11
abhishek@tripmedia.com
[red]Life is a stream who's source is hidden[red]