An access database also needs correct NTFS permissions.
You can find more information about this here:
<a style='text-decoration: underline;' href="http://www.webwizguide.info/asp/faq/server_permissions.asp" target="_blank">http://www.webwizguide.info/asp/faq/server_permissions.asp</a>
--
Regards,
Kristofer Gafvert
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - My personal Web Site, with information about things
i find interesting, for example Windows Server 2003.
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
"John Smith" <tzuralon.TakeThisOut@inter.net.il> wrote in message
news:u9GmBKIdDHA.3216@TK2MSFTNGP10.phx.gbl...
> its not because the premission, its because you need connection to write
and
> in some IISs the delete/insert/update from recordset not working
> you need to use connection to update/delete/insert and to see information
> use in recordset
> Connection Delete Syntax: ConnectionObject.Execute "delete culumn from
table
> where deletion='yes'"
> Connection Update Syntax: ConnectionObject.Execute "update Table Set
> Updated='yes'"
> Connection Insert Syntax: ConnectionObject.Execute "insert into(clumns)
> table values('a','b,'c')" note, you need the culmns and the number of
> insertion to be equars.
> Recordset Input Syntax: RecordsetObject("CulumnName")
> Alon
>
> "Fabrizio Bocci" <fabrizio.TakeThisOut@rtv38.com> wrote in message
> news:uZD4W8HdDHA.2168@TK2MSFTNGP09.phx.gbl...
> > i'm trying to work with an access database inside an ASP page using ADO
> > connection. I can read tables but not write to them. Where can i check
for
> > the write permission setting?
> >
> >
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IIS ASP page using ADO