by not working i meant to say is its showing 0 record's affected for that query command
it must show some positive non zero values, in other word's its not able to select it !! to data readerCode:Using cmd As New OleDbCommand("SELECT * from MY_SETTING;", Conn) Debug.Print("Total ID : " & cmd.ExecuteNonQuery()) End Using
DataReader is showing as
.hasRow = False
this error has never happened to me before!




Reply With Quote