Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS ASP page using ADO

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS5- Hash symbol in links  
Author Message
fabrizio

External


Since: Sep 06, 2003
Posts: 2



(Msg. 1) Posted: Sat Sep 06, 2003 6:59 pm
Post subject: IIS ASP page using ADO
Archived from groups: microsoft>public>inetserver>iis (more info?)

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?

 >> Stay informed about: IIS ASP page using ADO 
Back to top
Login to vote
tzuralon

External


Since: Aug 30, 2003
Posts: 4



(Msg. 2) Posted: Sat Sep 06, 2003 8:24 pm
Post subject: Re: IIS ASP page using ADO [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.DeleteThis@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 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 3) Posted: Sat Sep 06, 2003 8:24 pm
Post subject: Re: IIS ASP page using ADO [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
fabrizio

External


Since: Sep 06, 2003
Posts: 2



(Msg. 4) Posted: Sat Sep 06, 2003 8:24 pm
Post subject: Re: IIS ASP page using ADO [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks a lot

"Kristofer Gafvert" <kgafvert.TakeThisOut@NEWSilopia.com> ha scritto nel messaggio
news:OR%231rUIdDHA.2176@TK2MSFTNGP09.phx.gbl...
 > An access database also needs correct NTFS permissions.
 >
 > You can find more information about this here:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.webwizguide.info/asp/faq/server_permissions.asp</font" target="_blank">http://www.webwizguide.info/asp/faq/server_permissions.asp</font</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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
the page cannot be displayed - I can't view pages that I created (.html,.asp, etc...). I keep getting an error message: The page cannot be displayed. I'm running win xp pro sp1. Please Help Thaer

IIS 6 won't load ASP page - All of the ASP pages in directory A will return "error - 500: internal server error" while ASP pages in directory B will load fine. I have checked the permission settings for both directories and they are identical. Also, static pages in ...

After moving web page - After moving a web page to different folder and making a new virtual directory on same machine with same IP address, users cannot connect to web site without deleting cache of internet files, cookies and all offline content. How can the server be set...

Using SSL certificate for one page in a site - Hi, This may be a simple question to answer, but I am a relative newbie to IIS administration so please be patient with me. I have a SSL certificate, issued by Thawte, installed on my website. My challenge is that I just want one page accessed via SSL,...

Page cannot be displayed--error 2236 - I have IIS 6 installed on our 2003 Server. Our Libary program installed on the server requires IIS to work properly. When I right-click-->browse on the program, I get a "Page Can Not be Displayed" message (with friendly errors) a "S...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]