I am tryin to display the value from this sql statement in a text box on the web page.
strSQL = "select sum(POVal1) from projects where project_code = '12345'"
objRst.Open strSQL,objConn,adOpenStatic
objRst.Close
However when i look at the text box it contains the select statement instead of...
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.