yea, just like he said, I use asp to make my guestbooks and forms. If your looking to make a guestbook heres a link that might help you: www.webwizguide.com/asp/ go down to the tutirials section and click on "Part one: connecting to an access database (guestbook part one)"
--Nick
[edited by: jatar_k at 6:44 pm (utc) on June 22, 2003] [edit reason] delinked [/edit]
DaveN
8:20 pm on Jun 23, 2003 (gmt 0)
I looked at this a while ago when I was doing some research into how to stop automated spamming of guestbooks this fell short although you can stop multiple posts from the same Ip address it does not offer any protection against injection code.
ok if you can monitor your guestbook daily or known how to script to protect against injection code.
Dave
aspdaddy
11:04 pm on Jun 24, 2003 (gmt 0)
You can prevent SQL injections with basic input validation - length & type checking of parameters and removing extra ',; & " characters from queries before executing them.
You can go one step further and only allow stored procedures to execute on the db.