non disperare!!!!
tu vuoi estrarre i valori dei campi giusto?
ebbene io faccio così:
ovviamente questo ciclo serve ad estrarre i valori di tutti i campi della tabella!!!!codice:Dim dt As DataTable = ds.Tables.Item("Domiciliari") Dim rowCustomer As DataRow For Each rowCustomer In dt.Rows i=i+1 stringa_campo[i]=(rowCustomer.Item("Nome") & " " & rowCustomer.Item("Cognome"), True) Next
bye
![]()

Rispondi quotando