asfman
android developer
posts - 90,  comments - 213,  trackbacks - 0

如果将 CursorLocation 属性设置为 adUseClient 则只支持 adUseStatic 的设置。如果设置了不支持的值,不会导致错误,将使用最接近支持的 CursorType。

CursorLocation : 1
CursorType = 0;不分页
CursorType = 1;不分页 // Sql Server、Oracle 变成 3
CursorType = 2;不分页,变成 3 // Sql Server 不分页
CursorType = 3;不分页

CursorLocation : 2
CursorType = 0;不分页
CursorType = 1;可分页 // Sql Server、Oracle 变成 3
CursorType = 2;不分页,变成 3 // Sql Server 不分页
CursorType = 3;可分页

CursorLocation : 3
CursorType = 0;可分页,变成 3
CursorType = 1;可分页,变成 3
CursorType = 2;可分页,变成 3
CursorType = 3;可分页

posted on 2007-07-30 15:28 汪杰 阅读(523) 评论(0)  编辑 收藏 引用 所属分类: sql access
只有注册用户登录后才能发表评论。

<2024年3月>
252627282912
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿(15)

随笔分类(1)

随笔档案(90)

文章分类(727)

文章档案(712)

相册

收藏夹

http://blog.csdn.net/prodigynonsense

友情链接

最新随笔

搜索

  •  

积分与排名

  • 积分 - 456689
  • 排名 - 6

最新随笔

最新评论

阅读排行榜

评论排行榜