<docbook><section><title>OLEDBControllingDefaultBookmarkSetting</title><para> </para><title> Controlling the Default Bookmark Setting for Rowsets in the Single-Tier &quot;Lite&quot; Edition OLE DB Provider for ODBC Data Sources </title> Controlling the Default Bookmark Setting for Rowsets in the Single-Tier &quot;Lite&quot; Edition OLE DB Provider for ODBC Data Sources 
<para>The <computeroutput>BookmarkDefault</computeroutput> keyword in the  <computeroutput>Extended Property</computeroutput> segment of the connect string controls whether the Provider creates rowsets with or without a bookmark column.
 OLE DB does not specify what the default behavior should be.</para><para>The Single-Tier &quot;Lite&quot; Edition OLE DB Provider for ODBC Data Sources includes a bookmark column by default.</para><para>It is not generally necessary to change this setting, but you can explicitly turn bookmarks on or off with an entry of the form: </para><programlisting>BookmarkDefault = On
BookmarkDefault = Off
</programlisting></section></docbook>