While I tried to test my guestbook, no matter how I change the code, the following error is always displayed.
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/cohl/book.asp, line 27
the line 27 is
rsGue.Open "SELECT name, email, comment FROM guestbook;", adoCon
I tried to post information of name, email and comment to the book.asp from the guestbook form and add them into the database. Anybody who knows this error please give me a hand. thanks