Working Differences for clsD3SelectList

clsD3Index

Windows

Unix

RPC

ODBC

ODBC

brIsODBC()

Returns False.

Returns True.

Returns True.

brCount()

If D3List_TypeAcntD3List_TypeDict, or D3List_TypeFile, may return negative to indicate partial list (for example, a chunk of a list) exists on the client.

Lists exist in its entirety on the server, so should always be valid and positive.

Lists exist in its entirety on the server, so should always be valid and positive.

brIndex()

If D3List_TypeAcnt D3List_TypeDict, or D3List_TypeFile, may return negative to indicate partial list (for example, a chunk of a list) exists on the client.

Lists exist in its entirety on the server, so it should always be valid and positive.

Lists exist in its entirety on the server, so it should always be valid and positive.

brReselect()

Can reselect entire list regardless of list type.

Only lists of type D3List_TypeFile and D3ist_TypeItem can be reselected.

Only lists of type D3List_TypeFile and D3ist_TypeItem can be reselected.