您好,欢迎来到[编程问答]网站首页   源码下载   电子书籍   软件下载   专题
当前位置:首页 >> 编程问答 >> .NET >> C# 如何解决使用sqlite数据库 SQLite error Expression tree is too large maximum depth 1000

C# 如何解决使用sqlite数据库 SQLite error Expression tree is too large maximum depth 1000

来源:网络整理     时间:2016/5/16 14:18:15     关键词:

关于网友提出的“C# 如何解决使用sqlite数据库 SQLite error Expression tree is too large maximum depth 1000”问题疑问,本网通过在网上对“C# 如何解决使用sqlite数据库 SQLite error Expression tree is too large maximum depth 1000”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题:C# 如何解决使用sqlite数据库 SQLite error Expression tree is too large maximum depth 1000
描述:

请教一下,如何解决使用Sqlite 数据库时,出现SQLite error Expression tree is too large (maximum depth 1000)问题?
sqlite3.c中存在如下变量
.....
#ifndef SQLITE_MAX_EXPR_DEPTH//定义解释树的最大深度为1000,为0即不限制
# define SQLITE_MAX_EXPR_DEPTH 1000
#endif
....
怎样使用?


解决方案1:

1000肯定够用啦,再不然把单条语句拆成多条来查询

解决方案2:

你发送的语句太长了。
我很好奇楼主究竟写了个怎样的表达式?


以上介绍了“C# 如何解决使用sqlite数据库 SQLite error Expression tree is too large maximum depth 1000”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/1109409.html

相关图片

相关文章