K kevinzhao Unregistered / Unconfirmed GUEST, unregistred user! 2002-05-12 #1 我用delphi6.0+sql sever200,当我在对象观察器中将ADODataset的cursorType设置为ctDynamic时,然后将active设置为true;为会么cursorType又变回ctStatic?谢谢! 我现在想有动态指针,该怎么办?
我用delphi6.0+sql sever200,当我在对象观察器中将ADODataset的cursorType设置为ctDynamic时,然后将active设置为true;为会么cursorType又变回ctStatic?谢谢! 我现在想有动态指针,该怎么办?
K kevinzhao Unregistered / Unconfirmed GUEST, unregistred user! 2002-05-12 #2 设置localcursor 为server端,cursortype为ctDynamicj,当置active为true时,会出现提示:DataSet does not support bookmarks,which are require for multi_record data control
设置localcursor 为server端,cursortype为ctDynamicj,当置active为true时,会出现提示:DataSet does not support bookmarks,which are require for multi_record data control
T TTPig Unregistered / Unconfirmed GUEST, unregistred user! 2002-05-13 #3 对于问题1:在李维的关于ADO的书中好象提到,可能是ADO驱动的问题,驱动不支持,会把 CursorType自动降级为ctStatic!