Hi! I have an application that runs on the internet that works with asp and
access. When I request info from the database, it works fine, but when I want
to write into the database , it won't allow me to do it. Is life if somewhere
the database just let me read and not write into it.
Can someone help me with this ? Or is it another problem ?
Thanks
perry - 30 May 2005 15:10 GMT
well, access database is a FILE, so you´d have to give write access to the
internet user, which is NOT a good idea to do.
use a db server like mysql instead
perry
> Hi! I have an application that runs on the internet that works with asp and
> access. When I request info from the database, it works fine, but when I want
[quoted text clipped - 3 lines]
> Can someone help me with this ? Or is it another problem ?
> Thanks