2 references to DB_S_NORESULT
System.Data.OleDb (2)
OleDbDataReader.cs (2)
1243if ((OleDbHResult.DB_S_NORESULT == hr) || (OleDbHResult.E_NOINTERFACE == hr)) 1337if (OleDbHResult.DB_S_NORESULT == hr)