what does this error mean
the access file that i have uploaded is fine and is not corrupt
my connection strings is
i cannot creale a dsn based connection
Regards : Unicorn11
abhishek@tripmedia.com
[red]Nothing is permanent in life except Change[red]
the access file that i have uploaded is fine and is not corrupt
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/connect.asp, line 7
my connection strings is
Code:
Con.Open "Data Source=" & Server.Mappath("db/db1.mdb") & ";Provider=Microsoft.Jet.OLEDB.4.0;"
i cannot creale a dsn based connection
Regards : Unicorn11
abhishek@tripmedia.com
[red]Nothing is permanent in life except Change[red]