如果将 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
汪杰 阅读(535)
评论(0) 编辑 收藏 引用 所属分类:
sql access