Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/04/2007, 16:38
coverapido
 
Fecha de Ingreso: diciembre-2004
Mensajes: 37
Antigüedad: 20 años, 1 mes
Puntos: 0
Consultar un dataset

En un dataset tengo unas tablas y apartir de estas creo un tableadapter y un datatable(usando vb):

Dim Dt_resuliq As New DataSet1.SIP_RESUMEN_LIQUIDACIONDataTable

Dim ta_resuliq As New DataSet1TableAdapters.SIP_RESUMEN_LIQUIDACIONTable Adapter

Me.ta_resuliq.Fill(Me.Dt_resuliq)


Ahora me surge la necesidad de llenar el datatable con la misma tabla pero aplicando una condicion a esta(where ano = "2007")!, como puedo hacer esto??