Board index » delphi » TADOConnection.CursorLocation

TADOConnection.CursorLocation


2003-08-27 02:39:33 AM
delphi20
Hi All,
Do you guys know, when a TADOQuery using a TADOConnection to have access to
a SQLServer2000 DB witch CursorLocation property is used, is it the
connection's or the query's ?
Thanks.
 
 

Re:TADOConnection.CursorLocation

Quote
Do you guys know, when a TADOQuery using a TADOConnection to have access
to
a SQLServer2000 DB witch CursorLocation property is used, is it the
connection's or the query's ?
Should be the query's...
 

Re:TADOConnection.CursorLocation

Quote
Do you guys know, when a TADOQuery using a TADOConnection to have access to
a SQLServer2000 DB witch CursorLocation property is used, is it the
connection's or the query's ?
You can set the cursor location to either client or server. Clientside cursors
are the default.