% OPENDB() lang="EN" if request.querystring("tipo_producto")="" then idfam="43" else idfam=request.querystring("tipo_producto") end if 'medida=len(idfam) 'if medida="9" then 'idfam=right(idfam,2) 'else 'idfam=right(idfam,1) 'end if 'idfam= cstr(idfam) SQL="SELECT * FROM FamiliasEN WHERE ID = '" & idfam & "'" Set result = conn.Execute(sql) SQL="SELECT * FROM FamiliasEN" Set result2 = conn.Execute(sql) %>
| ||||||||||||||||||||||||||||||||||||||||||||||||