Salve a tutti e scusate la domanda da novellina del net!
Dim strConn as string ="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" & server.mappath("reserved/db/miodb.mdb")
Dim ds as DataSet = new DataSet("MyDataset")
Dim strSQL as string = "SELECT * FROM UTENTI WHERE login='"& strLogin &"' and password='"& strPw & "'"
Dim Cmd as new OleDbDataAdapter(strSQL, strConn)
Cmd.Fill(ds, "Utenti")
fatto ciò come faccio a fare un controllo e a dire se nn lo trovi... ec.... altrimenti....
insomma quello che facevo con asp per vedere se stavo alla fine del recordset con .net, come si fa?
grazie a tutti
Elisa