Posts by luiscabus • 26 points
1 post
-
1
votes1
answer215
viewsA: Return Query result to a variable - Classic Asp
I suggest we do so: set rs = minha_conexao.execute("Select max(data) as max_data from minha_tabela") retorno = rs("max_data") So you put in the return variable the value of the recordset that the…