Based on all of the sample code I have seen and the inline help I see in Visual Studio, it seems to indicate that the SQLitedatareader objects can only reference result columns by index, and not by name. Is that a true statement. I can work with indices, but seems a lot less intuitive and harder to read...