Hello,
I have this error when I'm connecting to the DataBase
"Unable to establish connection to database.
Error information:
Microsoft JET Database Engine (0x80004005)
Unspecified error
Other possible cause of this problem:
The database cannot be opened, most likely due to incorrect connection settings or insufficient security set on your database folder or file.
For more details please refer to
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306518"
I must say that my program is correct and also that I'm using windows Vista.
What I have done up to now:
a. In
Settings at
Connection Tab ->
Server I unchecked "Same as Design" and I checked "Use Connection String" -> Build -> %location%database
b. It seems that in C:\Users\Calinutza\AppData\Roaming\Microsoft\Windows is a copy of my db (I expected it to be in the wwwroot) -> I have changed the security of this folder and Added in the Properties->Security, IUSR with writing control (I expected to find IUSR_nameofmycomputer but It was just IUSR)
c. In CCS's Setting I also changed the path to full or just with the db name
Anyway it doesn't work :-?? Do you have any idea how to solve this?