26-01-19, 01:07 AM
كود :
Dim sql As String = "select * from Database"
Dim cmd As New OleDbCommand(sql, con)
Dim dr As OleDbDataReader
dr = cmd.ExecuteReader()
.....If dr.Read() = False ThenDon't Be The Perfect one
be the right one

