I have a database connected to an asp.net web page. When I run this query:
"SELECT [Previous Amount] as Previous_Amount FROM [pensions]" it works fine. However, I want to apply a variable to the values that are being returned. The variable is stored in a session variable called My_CPI_session. I...