eran_assis
New member
- Local time
- Today, 15:27
- Joined
- Apr 3, 2008
- Messages
- 1
I am Trying to create Data Access Pages for my Database. the DB itself works well, seperated to BE and FE. I Recently configured IIS on the server, and I'm trying now to make DAPs, with no success.
After a lot of begginer's errors, I managed to configure the security issues detailed in KB 264080. Now, I had an error message going like:
I found another KB, discussing the problem. As I understood, the problem occures whenever you use UNC path instead of real path. but in my case, I used a real path (c:/Inetpub/Database/MYDB.mdb). As I understand, the client side finds the DB, but can't handle the query object itself. I tried to use a table and it didn't help.
I don't know how to go on. I would've linking the DAP I'm talking about, but I don't want to be too linked in the WWW, having Security configurations not set tightly enough.
After a lot of begginer's errors, I managed to configure the security issues detailed in KB 264080. Now, I had an error message going like:
Quote:
"an error occured while trying to use <My query name>; check to see if the object exists".
"an error occured while trying to use <My query name>; check to see if the object exists".
I found another KB, discussing the problem. As I understood, the problem occures whenever you use UNC path instead of real path. but in my case, I used a real path (c:/Inetpub/Database/MYDB.mdb). As I understand, the client side finds the DB, but can't handle the query object itself. I tried to use a table and it didn't help.
I don't know how to go on. I would've linking the DAP I'm talking about, but I don't want to be too linked in the WWW, having Security configurations not set tightly enough.