Posts by Anderson Lemos • 1 point
1 post
-
0
votes2
answers30
viewsA: add lines to datagridview
You can do the following: Dim strSQL As String = string.format("SELECT * From Computador Where Nifcliente = {0)",NIF) Better would be: Dim sqlConString As String =…