[thelist] ASP: object read only?

Casey Crookston casey at thecrookstons.com
Fri Jul 11 16:23:12 CDT 2003


Anthony said:

> Make sure the web server has rewrite access to the directory AND the
target
> DB file.

My reply:  How would I do this?  Developing on Win XP with IIS 5.1.   Also,
I understood everything up to your function... can you get me an English
version of what this does?


> Function EscapeDBData(varDataLine)
>      if not(varDataLine = "") then
>                  varDataLine = Replace(varDataLine,"'","''",1,-1,1)
>      end if
>          EscapeDBData = varDataLine
> End Function

Thanks, Casey




More information about the thelist mailing list