Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3755

Funny: a SQLite RowSet view in the debuger

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3755

Trending Articles