Can't write into database from different accounts

  • Thread starter Thread starter karjuuhin
  • Start date Start date
K

karjuuhin

What could be the reason why I can't write data to Access database tables
using a program that under some computers accounts works, under others does
not.
Have tried it on 5 computers, worked on 2.
1. computer
works on a limited account, doesn't work on a limited but with higher
permissions account.
2. computer
works on a limited account, pretty limited
I guess, it works on an admin account too, the program and database solution
was created under that account.

The program needs .NET, have installed the latest (3.0) didn't work,
installed 3.5 beta - didn't work.

The problem seemes to be not the writing but I think the changing of
previous values in the tables, because right before it crashes saying that it
is unable to write values and change them, it had writen several values into
that very same table.

The problem in my oppinion could be in the rights of these accounts, but it
doesn't match the problem, that it doesn't work on my admin account too.

The creator of this program does not know either what could be the problem.

Any suggestions?
 
hi,
What could be the reason why I can't write data to Access database tables
using a program that under some computers accounts works, under others does
not.
Have tried it on 5 computers, worked on 2.
1. computer
works on a limited account, doesn't work on a limited but with higher
permissions account.
Any suggestions?
Take a look at the specifications:

http://download.microsoft.com/downl...-9b50-3392e9886084/VistaFileSysNamespaces.pdf

This applies in some manners also to XP.

I assume you are storing the .mdb in a path like \Program Files. In this
directory and below a normal user as only read permissions. But for an
Access database you need read/write/create file permissions on the
directory where the file is stored.


mfG
--> stefan <--
 
Back
Top