<%
set cmd=server.CreateObject("adodb.command")
cmd.activeconnection=cn
* cmd.commandtext="select brand,model,description,prise from tb1+hardware_name" *
set rs=cmd.execute
set cmd=server.CreateObject("adodb.command")
cmd.activeconnection=cn
tab="tb1"&hardware_name
cmd.commandtext="select brand,model,description,prise from " &tab
set rs=cmd.execute