OK, well, as you all know, I am using mysql only for ASP Connectivity.
Sooo, this is my question:  Every time I try to use this statement to open a
table, it gives me an error::

statement used-

rs.open "SELECT username, codeid FROM user_votes where username =
'"&user&"'", dbconn
if rs.fields("codeid") = codeid then response.redirect
"show.asp?response=Youve%20already%20voted&codeid="&codeid&"&category="&cate
gory&"" else

error returned-

error '80020009'
Exception occurred.

any help?  The fields 'CodeID' has a Text DATATYPE.

- Deryck H
- http://www.comp-u-exchange.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to