1
I am mounting a simple page that show records marked as blocked by admin. The field is user-block and the options are FALSE or TRUE.
I thought the Query would be:
"Select * from Usuarios WHERE user-block = "&TRUE&" order by NOME asc"
But this select returns missing parameter error
Can anyone explain to me what’s wrong with the instruction?
is ASP VB Script with Access Database?
– novic
Yes, Virgilio. That’s right.
– Helio Souza
Take a look at my answer yours is functional, but has problems with performances.
– novic