Hey all!
with an Access/SQL Statment:
"SELECT Count(*) AS RowCnt FROM Users;"
How can I display the return, using ADO and the RecordSet
Object?
I thought it would be something like:
Response.Write RowCnt
or
Response.Write rs!RowCnt
But those two don't seem to work?
******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf
******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf
with an Access/SQL Statment:
"SELECT Count(*) AS RowCnt FROM Users;"
How can I display the return, using ADO and the RecordSet
Object?
I thought it would be something like:
Response.Write RowCnt
or
Response.Write rs!RowCnt
But those two don't seem to work?
******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf
******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf