Guest HAHSA Postado Janeiro 17, 2006 Denunciar Share Postado Janeiro 17, 2006 Set rs_func = objDB.Execute("select * from fun where nome='" & X_1 & "' or nome='" & X_2 & "' or nome='" & X_3 & "' or nome='" & X_4 & "'")TENHO ESTA CONSULTAMATRICULA=RS_FUNC("MATRICULA")QUERO COLOCAR EM VARIAVEIS DIFERENTES A MATRICULA REFERENTEEX:x_1x_2x_3x_4 Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 fantasma Postado Janeiro 17, 2006 Denunciar Share Postado Janeiro 17, 2006 do while not rs_func.EOFif rs_func("nome")=x_1 thenmatricula_1= rs_func("matricula")elseif rs_func("nome")=x_2 thenmatricula_2= rs_func("matricula")elseif rs_func("nome")=x_3 thenmatricula_3= rs_func("matricula")elseif rs_func("nome")= x_4 thenmatricula_4= rs_func("matricula")end ifrs_func.movenextloop Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest HAHSA
Set rs_func = objDB.Execute("select * from fun where nome='" & X_1 & "' or nome='" & X_2 & "' or nome='" & X_3 & "' or nome='" & X_4 & "'")
TENHO ESTA CONSULTA
MATRICULA=RS_FUNC("MATRICULA")
QUERO COLOCAR EM VARIAVEIS DIFERENTES A MATRICULA REFERENTE
EX:
x_1
x_2
x_3
x_4
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.