I posted this originally in the Flex forum
(http://forums.adobe.com/thread/507363?tstart=0) -- didn't see this one,
where it's more appropriate.Here is a summary of the problem.I have a
500MB SQLite database which I know to be working correctly. Queries
executed in Visual Studio, Razor, and SQLMaestro jibe with one another,
and with my knowledge of the data. However, the same queries executed in
Flex code or pasted into the SQLAdmin GUI (written in Flex using the
SQLConnection libraries) are ret...