<< Click to Display Table of Contents >> AdoServer:SetOrder() |
![]() ![]() ![]() |
Get/Set the current index for the server
METHOD SetOrder ( cNewOrder ) CLASS AdoServer
cNewOrder (Optional) name for the new index to set
The server will send a NOTIFYINTENTTOMOVE before the operation and a NOTIFYFILECHANGE after the operation.
STRING Current Index name, or (None) if provider doesn't support indexes
AdoServer, AdoRecordSet:Index, AdoRecordSet:Index
Note | AdoServer:SetOrder() and AdoServer:Seek() only work if you open the tables with AdCmdTableDirect and is only supported by some providers (such as the MsJet Provider). With the MsJet provider it also only works with a serverside cursor. |