Compare commits

..

No commits in common. "458dd5fff478ea0db20c72e3ea878e1f445403c6" and "43b13443ab5e65c4c5046bb837cbfd000b66bbcf" have entirely different histories.

View File

@ -1921,7 +1921,7 @@ namespace RODBInterface
command.Parameters.AddWithValue("@RecID", Recid);
using (SqlDataReader reader = command.ExecuteReader())
{
if (reader.Read())
if (DBE.Read())
Info = reader.GetString(0);
else
Info = null;