The two line below are represented in the same way in the debuger. But in the former case, there are many thousands Rows, and in the later case, there is only 1 Row.
rowsFound = db.SelectSQL("SELECT * FROM Domiciliation;")
Break
rowsFound = db.SelectSQL("SELECT * FROM Domiciliation WHERE ID=" + Unique_ID.ToString + ";")
Break
5 posts - 4 participants