UpdateGrbit enumeration

Options for JetUpdate2(JET_SESID, JET_TABLEID, [], Int32, Int32, UpdateGrbit).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop.Server2003
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration UpdateGrbit
'Usage
Dim instance As UpdateGrbit
[FlagsAttribute]
public enum UpdateGrbit

Members

Member name Description
None Default options.
CheckESE97Compatibility Obsolete. This flag causes the update to return an error if the update would not have been possible in the Windows 2000 version of ESE, which enforced a smaller maximum number of multi-valued column instances in each record than later versions of ESE. This is important only for applications that wish to replicate data between applications hosted on Windows 2000 and applications hosted on Windows 2003, or later versions of ESE. It should not be necessary for most applications.

See also

Reference

Microsoft.Isam.Esent.Interop.Server2003 namespace