Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting database columns as individual variables

Status
Not open for further replies.

phentalmyst

Programmer
Jan 30, 2001
18
US
hello all!

pretty much what i'm trying to do is do a standard sql query, like so:

<%
groover = Request.Querystring(&quot;groover&quot;)

SQL=&quot;SELECT groover, name, email, influences, justin, brian, joel, kris, nishan FROM bios Where groover=&quot;&amp;groover
set member = conn.Execute(SQL)

%>

what i want to be able to do is set the individual guys (ie email, joel, etc) as their own variables for elseif statements and im not really sure how to do this.

any help is greatly appreciated!

thanks!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top