Ver Mensaje Individual
  #8 (permalink)  
Antiguo 06/09/2002, 17:53
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
Re: Ayuda, tengo un error!

todavia no entender...prueba con esto y dino que te imprime

Código:
  
QPrCode="select * from parametr where rCod=" & PrCod
Set rsPrCode=CreateObject("ADODB.Recordset")
rsPrCode.ActiveConnection=cn
rsPrCode.open QPrCode
i=1
if not(rsPrCode.EOF) and not(rsPrCode.BOF) then
do while NOT(rsPrCode.EOF)
if not(isnull(rsPrCode("PrCom"))) then
PrCome = rsPrCode("PrCom")
response.write "iteracion i = " & PrCome "<br>"
else
PrCome=""
end if
rsPrCode.MoveNext
i=i+1
loop
end if 
rsPrCode.close
If trim(PrCome) <> "" then 
Estud = rsEst("EsCod")
Else
Estud = 0
End if
estai pisando una variable...cual es la idea...ando ams perdio.

<center><font face=verdana size=1 color=blue>¸„.-·~¹°”ˆ˜¨Bakanzipp¨˜ˆ”°¹~·-.„¸[/CODE]</center>