Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/11/2003, 10:21
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Intentá así:


disco=rs("seleccion")

SQL = "SELECT * from cds"

If disco <> "" or Not IsNull(disco) Then
SQL = SQL & " WHERE tipo = '" & disco & "'"
End if

SQL = SQL & " ORDER BY ID"
__________________
...___...