First off, thanks for the help!

Here is the output:

pragma integrity_check;
**Command returned -1**

select '<'||id||'>',created from messages_priority order by id limit 5;
    created
<424>    2/12/2017 8:07:10 PM
<423>    2/12/2017 8:07:09 PM
<425>    2/12/2017 8:07:11 PM
<426>    2/12/2017 8:07:12 PM
<427>    2/12/2017 8:07:13 PM
**5 rows returned**


For anything other than "select" I am calling ExecuteNonQuery() and printing its return value (the -1 in this case). Is there something additional I need to get to you for that integrity_check command?

Thanks,
Jeff


On 2/13/2017 11:58 AM, R Smith wrote:
Could you run and post the output of your tool to the following two queries please:

pragma integrity_check;

select '<'||id||'>',created from messages_priority order by id limit ;


Thanks,
Ryan


On 2017/02/13 7:32 PM, Jeff B. wrote:
Hi Everyone,

Sorry for the strange subject, but the situation I'm facing is so odd that I wasn't even sure how to summarize it. First, a little context: I'm using v1.0.104 of System.Data.SQLite.Core in my C#/.NET 4.5 project. I have a table that is created as follows....//

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to