Re: [sqlite] SQLiteDataReader has already read all rows in first result set

2019-07-15 Thread Guy St-Denis
Issue is RESOLVED. After more experimentation, I realized that I was causing the Read() operations in the first resultset by doing this after the ExecuteReader() call: PS D:\temp> $dataReader FieldCount -- 2 2 2 It would seem that asking PowerShell to 'output'

[sqlite] SQLiteDataReader has already read all rows in first result set

2019-07-15 Thread Guy St-Denis
New SQLite user... trying to understand the following issue. (Spent several hours on Google, Stack Overflow, SQLite mailing list archive... found nothing satisfactory.) [ISSUE] As far as I can tell, after calling ExecuteReader(), I cannot Read() any rows in the *first* result set because the