tehon3299
Well-known member
Alright guys -
I am looking to query a table in my database in SQL and return the value that it finds into a variable. I am saying:
. This will ALWAYS only return ONE value. How can I make it so the value that it finds can be stored in a variable? Then I am going to put that variable in my global.asax file??
Thanks!
I am looking to query a table in my database in SQL and return the value that it finds into a variable. I am saying:
Code:
SQL="SELECT Balance FROM tmTransactions WHERE UserRecord = " & user & ""
Thanks!