2005年10元纸币价格表:VB 中 reccordset.MovePrevious 时失败,提示不提供此功能

来源:百度文库 编辑:高考问答 时间:2024/05/02 06:21:52
我的定义如下:
Set rs1 = New ADODB.Recordset
With rs1
.Source = sql
.ActiveConnection = cnBusi
.CursorType = adOpenKeyset
.LockType = adLockOptimistic
.Open , , , , adCmdText
End With

把游标服务位置改为客户端,将游标类型改成静态类型游标,然后试一下.
如:
.CursorLocation = adUseClient
.CursorType = adOpenStatic