by not working i meant to say is its showing 0 record's affected for that query command

Code:
        Using cmd As New OleDbCommand("SELECT * from MY_SETTING;", Conn)
            Debug.Print("Total ID : " & cmd.ExecuteNonQuery())
        End Using
it must show some positive non zero values, in other word's its not able to select it !! to data reader

DataReader is showing as

.hasRow = False


this error has never happened to me before!