当前位置: 代码迷 >> Windows Mobile >> SQLCE3.5 top 在代码中错误
  详细解决方案

SQLCE3.5 top 在代码中错误

热度:90   发布时间:2016-04-25 07:44:27.0
SQLCE3.5 top 在代码中异常
开发工具及设备都安装了sqlce 3.5 sp1。
"select top (10) RecordID,Name,Number from mytable"这语句在设备上的查询分析器中执行没问题,能出结果 。
但放在代码就出现异常“ExceptionCode:0xc0000005 ExceptionAddress:0x40f544b8 …sqlceqp35.dll…”
SQLCE DLL版本号都是3.5.5692.0


------解决方案--------------------
SQLCE好像不支持Top n
------解决方案--------------------
不支持TOP关键字
要非得用TOP,请换sqlite,那个对SQL-92支持比较全
------解决方案--------------------
好像不支持top关键字,我也试过不行的.
------解决方案--------------------
sql ce是一个PowerToy,好多东西不支持......
------解决方案--------------------
mark
------解决方案--------------------
探讨
嘿嘿,问题已解决。
发个Email到MS,回答是:

This is a known issue in SQL Server Compact.
Workaround for this issue is using Insensitive cursors.

这是一个BUG。

  相关解决方案