Hi!
I want to insert the value of a query into a text box, but the recordset might be empty. So I want that if this happens the text box keeps empty.
The code I have tried is the following:
<INPUT TYPE="TEXT" NAME="codigo" SIZE=40
<%if not (RS.EOF and RS.BOF) then%>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.