im able to select & display all table data from sql database on to a webpage.
but when I use the response.write method is it possible to output a specific cell with a WHERE or LIKE condition?
currently im pulling out a specific cell using <% Response.Write objRS("Date_Ban d_1") %> but is it possible to do something like
<% Response.Write objRS("Date_Ban d_1" WHERE ID="1" ) %> ??
thanks in advance
Omar.
but when I use the response.write method is it possible to output a specific cell with a WHERE or LIKE condition?
currently im pulling out a specific cell using <% Response.Write objRS("Date_Ban d_1") %> but is it possible to do something like
<% Response.Write objRS("Date_Ban d_1" WHERE ID="1" ) %> ??
thanks in advance
Omar.
Comment