JD
|
| Posted: 08/24/2005, 8:25 AM |
|
Let me preface by explaining that I am new to CCS, ASP, and MSACCESS.
I am working with the tutorials and everything works fine. When I create a
new MSACCESS DataBase and try to use it I get the following error:
UNABLE TO ESTABLISH CONNECTION TO DATABASE
Error Information:
Microsoft JET Database Engine (0x80004005) Could not find file
'C:\ProgramFiles\CodeChargeStudio\Examples\Intranet\Employees.mdb'
The file iIS at the location indicated and the Connection test Ok.
If I try to add a table to their existing database, I get the error:
Form: Grid Category
Error: The Microsoft Jet Database engine cannot find the input table or
query 'category'.
Make sure it existe and that its name is spelled correctly.
It does exist and it is spelled correctly and again the connection tests Ok.
Thanks for any help,
JD
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 08/24/2005, 12:31 PM |
|
The above database location looks wrong to me. Are you sure that you have such folder "ProgramFiles" instead of "Program Files"?
Also, did you test the Server connection, or only Design connection?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
JD
|
| Posted: 08/25/2005, 7:33 AM |
|
Thanks Peter.
The problem was with my server settings.
"peterr" <peterr@forum.codecharge> wrote in message
news:6430ccb0a9bb65@news.codecharge.com...
> The above database location looks wrong to me. Are you sure that you have
> such
> folder "ProgramFiles" instead of "Program Files"?
>
> Also, did you test the Server connection, or only Design connection?
> _________________
> Peter R.
> YesSoftware Forums Moderator
> For product support please visit http://support.yessoftware.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|