Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Program Files (x86)/Microsoft Office/OFFICE11/1028/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Program Files (x86)/Microsoft Office/OFFICE11/1028/ADO.XML
<?xml version="1.0" encoding="utf-8"?>
<toc>
	<book>
		<label>Microsoft ActiveX Data Objects (ADO)</label>
		<topic><label>Microsoft ActiveX Data Objects (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/dasdkadooverview.htm</url></topic><book>
			<label>ADO Programmer's Guide</label>
			<topic><label>ADO Programmer's Guide</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoprogrammersguide.htm</url></topic><book>
				<label>Introduction</label>
				<topic><label>Introduction</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconintroduction.htm</url></topic><topic>
					<label>What's New in ADO</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscwhatsnewinado.htm</url>
				</topic>
				<topic>
					<label>Prerequisites</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdconprerequisites.htm</url>
				</topic>
				<topic>
					<label>The ADO Family of Libraries</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdconadofamilyoflibraries.htm</url>
				</topic>
				<topic>
					<label>The Role of ADO in Microsoft Data Access</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdconroleofadoinuda.htm</url>
				</topic>
				<topic>
					<label>ADO Task Table</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdcontasktable.htm</url>
				</topic>
				<topic>
					<label>ADO Technology Table</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdcontechnologytable.htm</url>
				</topic>
			</book>
			<book>
				<label>Section I: ActiveX Data Objects (ADO)</label>
				<topic><label>Section I: ActiveX Data Objects (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscsection1_ado.htm</url></topic><book>
					<label>Chapter 1: ADO Fundamentals</label>
					<topic><label>Chapter 1: ADO Fundamentals</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconadofundamentals.htm</url></topic><topic>
						<label>What You Can Do With ADO</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconwhatyoucandowithado.htm</url>
					</topic>
					<topic>
						<label>The ADO Object Model</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconadoobjectmodel.htm</url>
					</topic>
					<book>
						<label>HelloData: A Simple ADO Application</label>
						<topic><label>HelloData: A Simple ADO Application</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdtuthellodata.htm</url></topic><topic>
							<label>HelloData Details</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdtutwhatthecodedoes.htm</url>
						</topic>
						<topic>
							<label>HelloData Code</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdtuthellodatacode.htm</url>
						</topic>
					</book>
					<book>
						<label>OLE DB Providers</label>
						<topic><label>OLE DB Providers</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconservicecomponentsandproviders.htm</url></topic><topic>
							<label>Data Providers</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondataproviders.htm</url>
						</topic>
						<topic>
							<label>Service Providers and Components</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconserviceproviders.htm</url>
						</topic>
					</book>
					<topic>
						<label>Errors</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconerrors.htm</url>
					</topic>
				</book>
				<book>
					<label>Chapter 2: Getting Data</label>
					<topic><label>Chapter 2: Getting Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcongettingdata.htm</url></topic><topic>
						<label>Making a Connection</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconmakingaconnection.htm</url>
					</topic>
					<book>
						<label>Using the Connection Object</label>
						<topic><label>Using the Connection Object</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconusingconnection.htm</url></topic><topic>
							<label>Creating the Connection String</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconfillinconnstring.htm</url>
						</topic>
						<topic>
							<label>Controlling Transactions</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcontrollingtrx.htm</url>
						</topic>
					</book>
					<book>
						<label>Using the Command Object</label>
						<topic><label>Using the Command Object</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconworkwithcmdobject.htm</url></topic><topic>
							<label>Command Object Overview</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcommandoverview.htm</url>
						</topic>
						<topic>
							<label>Creating and Executing a Simple Command</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconsimplecommand.htm</url>
						</topic>
						<topic>
							<label>Command Object Parameters</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcommandparams.htm</url>
						</topic>
						<topic>
							<label>Calling a Stored Procedure with a Command</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcommandstoredproc.htm</url>
						</topic>
						<topic>
							<label>Named Commands</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconnamedcommands.htm</url>
						</topic>
					</book>
					<book>
						<label>Adding Data to a Recordset</label>
						<topic><label>Adding Data to a Recordset</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcongettingdataintors.htm</url></topic><topic>
							<label>The Recordset Object Open Method</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrecordsetopen.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>Chapter 3: Examining Data</label>
					<topic><label>Chapter 3: Examining Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconexploringtherecordset.htm</url></topic><book>
						<label>Locating the Current Record</label>
						<topic><label>Locating the Current Record</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconexaminecurrentrecord.htm</url></topic><topic>
							<label>Counting Rows</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrsrecordcount.htm</url>
						</topic>
						<topic>
							<label>The Limits of a Recordset</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrslimits.htm</url>
						</topic>
					</book>
					<book>
						<label>Navigating Through the Data</label>
						<topic><label>Navigating Through the Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcondatanavigation.htm</url></topic><topic>
							<label>Jumping to a Record</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrsjumptorecord.htm</url>
						</topic>
						<topic>
							<label>More Ways to Move in a Recordset</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrsmorewaystomove.htm</url>
						</topic>
						<topic>
							<label>Using Bookmarks</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrsbookmarks.htm</url>
						</topic>
						<topic>
							<label>Using Pages</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrspages.htm</url>
						</topic>
						<topic>
							<label>Recordset Positioning</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrspositioning.htm</url>
						</topic>
					</book>
					<book>
						<label>Understanding Recordset Structure</label>
						<topic><label>Understanding Recordset Structure</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconrsstructure.htm</url></topic><topic>
							<label>The Fields Collection</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrsfieldscollection.htm</url>
						</topic>
						<topic>
							<label>The Field Object</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconfieldobject.htm</url>
						</topic>
						<topic>
							<label>Working with Recordsets</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconworkingwithrecordsets.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>Chapter 4: Editing Data</label>
					<topic><label>Chapter 4: Editing Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconeditingdata.htm</url></topic><topic>
						<label>Editing Existing Records</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeditexistingrecords.htm</url>
					</topic>
					<book>
						<label>Adding Records</label>
						<topic><label>Adding Records</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconaddingrecords.htm</url></topic><topic>
							<label>Adding Records Using AddNew</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconaddingonatatime.htm</url>
						</topic>
						<topic>
							<label>Adding Multiple Fields</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconaddingmultiple.htm</url>
						</topic>
						<topic>
							<label>Determining Edit Mode</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondeterminingeditmode.htm</url>
						</topic>
						<topic>
							<label>Using AddNew in Immediate and Batch Modes</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconaddnewinimmeditatebatch.htm</url>
						</topic>
					</book>
					<topic>
						<label>Determining What is Supported</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondeterminingsupport.htm</url>
					</topic>
					<topic>
						<label>Deleting Records Using the Delete Method</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondeletingrecords.htm</url>
					</topic>
					<topic>
						<label>Alternatives: Using SQL Statements</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconalternativedelete.htm</url>
					</topic>
				</book>
				<book>
					<label>Chapter 5: Updating and Persisting Data</label>
					<topic><label>Chapter 5: Updating and Persisting Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconupdatepersistdata.htm</url></topic><book>
						<label>Updating Data</label>
						<topic><label>Updating Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconupdatingdata.htm</url></topic><topic>
							<label>Immediate Mode</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconimmediatemode.htm</url>
						</topic>
						<book>
							<label>Batch Mode</label>
							<topic><label>Batch Mode</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconbatchmode.htm</url></topic><topic>
								<label>Sending the Updates: UpdateBatch</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconupdatebatchmthd.htm</url>
							</topic>
							<topic>
								<label>Filtering for Updated Records</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconfilterupdates.htm</url>
							</topic>
							<topic>
								<label>Dealing with Failed Updates</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconfailedupdates.htm</url>
							</topic>
							<topic>
								<label>Detecting and Resolving Conflicts</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondetectresolveconflicts.htm</url>
							</topic>
							<topic>
								<label>Disconnecting and Reconnecting the Recordset</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondisconnectedrs.htm</url>
							</topic>
							<topic>
								<label>Updating JOINed Results: Unique Table</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconupdatingjoins.htm</url>
							</topic>
						</book>
						<topic>
							<label>Transaction Processing</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcontrxproc.htm</url>
						</topic>
					</book>
					<book>
						<label>Persisting Data</label>
						<topic><label>Persisting Data</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconpersistdata.htm</url></topic><topic>
							<label>More About Recordset Persistence</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrecordsetpersistence.htm</url>
						</topic>
						<topic>
							<label>Persisting Filtered and Hierarchical Recordsets</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconpersistfilteredrs.htm</url>
						</topic>
						<book>
							<label>Persisting Records in XML Format</label>
							<topic><label>Persisting Records in XML Format</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconpersistingrecordsxmlformat.htm</url></topic><topic>
								<label>XML Persistence Format</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconxmlpersistformat.htm</url>
							</topic>
							<topic>
								<label>Namespaces</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconnamespaces.htm</url>
							</topic>
							<topic>
								<label>Schema Section</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconschemasection.htm</url>
							</topic>
							<topic>
								<label>Data Section</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondatasection.htm</url>
							</topic>
							<topic>
								<label>Hierarchical Recordsets in XML</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconhierarchicalrecordsetsxml.htm</url>
							</topic>
							<topic>
								<label>Recordset Dynamic Properties in XML</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrecordsetdynamicpropertiesxml.htm</url>
							</topic>
							<topic>
								<label>XSLT Transformations</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconxmlxsltrans.htm</url>
							</topic>
							<topic>
								<label>Saving to the XML DOM Object</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconpersisttoxmldom.htm</url>
							</topic>
							<topic>
								<label>XML Security Considerations</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdconxmlsecurityconsiderations.htm</url>
							</topic>
							<book>
								<label>XML Recordset Persistence Scenario</label>
								<topic><label>XML Recordset Persistence Scenario</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdhowxmlrspersistscenario.htm</url></topic><topic>
									<label>Step 1: Set Up the Application</label>
									<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep1setupapplication.htm</url>
								</topic>
								<topic>
									<label>Step 2: Get the Data</label>
									<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep2getdata.htm</url>
								</topic>
								<topic>
									<label>Step 3: Send the Data</label>
									<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep3senddata.htm</url>
								</topic>
								<topic>
									<label>Step 4: Receive and Display the Data</label>
									<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep4receivedisplaydata.htm</url>
								</topic>
							</book>
						</book>
					</book>
				</book>
				<book>
					<label>Chapter 6: Error Handling</label>
					<topic><label>Chapter 6: Error Handling</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconerrorhandling.htm</url></topic><book>
						<label>ADO Errors</label>
						<topic><label>ADO Errors</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconadoerrors.htm</url></topic><topic>
							<label>ADO Error Reference</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconadoerrorreference.htm</url>
						</topic>
					</book>
					<topic>
						<label>Provider Errors</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconprovidererrors.htm</url>
					</topic>
					<topic>
						<label>Field-Related Error Information</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconfieldrelatederrors.htm</url>
					</topic>
					<topic>
						<label>Recordset-Related Error Information</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconrecordsetrelatederrors.htm</url>
					</topic>
					<book>
						<label>Handling Errors In Other Languages</label>
						<topic><label>Handling Errors In Other Languages</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconhandlingerrors.htm</url></topic><topic>
							<label>Handling Errors in VBScript</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconhandlingerrorsvbscript.htm</url>
						</topic>
						<topic>
							<label>Handling Errors in Visual C++</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconhandlingerrorsvc.htm</url>
						</topic>
						<topic>
							<label>Handline Errors in Visual J++</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconhandlingerrorsvj.htm</url>
						</topic>
						<topic>
							<label>Handling Errors in JScript</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconhandlingerrorsjscript.htm</url>
						</topic>
					</book>
					<topic>
						<label>Anticipating Errors</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconanticipatingerrors.htm</url>
					</topic>
				</book>
				<book>
					<label>Chapter 7: Handling ADO Events</label>
					<topic><label>Chapter 7: Handling ADO Events</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoeventmodelasynchronousoperations.htm</url></topic><topic>
						<label>ADO Event Handler Summary</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoevents.htm</url>
					</topic>
					<topic>
						<label>Types of Events</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsctypesofevents.htm</url>
					</topic>
					<topic>
						<label>Event Parameters</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsceventparameters.htm</url>
					</topic>
					<topic>
						<label>How Event Handlers Work Together</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmschoweventhandlersworktogether.htm</url>
					</topic>
					<book>
						<label>ADO Event Instantiation by Language</label>
						<topic><label>ADO Event Instantiation by Language</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoeventinstantiation.htm</url></topic><topic>
							<label>Visual Basic</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeventsvb.htm</url>
						</topic>
						<topic>
							<label>Visual C++</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeventsvc.htm</url>
						</topic>
						<topic>
							<label>Visual J++</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeventsvj.htm</url>
						</topic>
						<topic>
							<label>VBScript</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeventsvbscript.htm</url>
						</topic>
						<topic>
							<label>JScript</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeventsjscript.htm</url>
						</topic>
						<topic>
							<label>ADO/WFC</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconeventsadowfc.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>Chapter 8: Understanding Cursors and Locks</label>
					<topic><label>Chapter 8: Understanding Cursors and Locks</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconcursorsandlocks.htm</url></topic><topic>
						<label>What is a Cursor?</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconwhatsacursor.htm</url>
					</topic>
					<book>
						<label>Types of Cursors</label>
						<topic><label>Types of Cursors</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconcursortypes.htm</url></topic><topic>
							<label>Forward-Only Cursors</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconforwardonlycursor.htm</url>
						</topic>
						<topic>
							<label>Static Cursors</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconstaticcursors.htm</url>
						</topic>
						<topic>
							<label>Keyset Cursors</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconkeysetcursors.htm</url>
						</topic>
						<topic>
							<label>Dynamic Cursors</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcondynamiccursors.htm</url>
						</topic>
					</book>
					<topic>
						<label>The Significance of Cursor Location</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcursorlocationsignificance.htm</url>
					</topic>
					<topic>
						<label>The Microsoft Cursor Service for OLE DB</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconclientcursorengine.htm</url>
					</topic>
					<book>
						<label>What is a Lock?</label>
						<topic><label>What is a Lock?</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdconwhatisalock.htm</url></topic><topic>
							<label>Types of Locks</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcontypesoflocks.htm</url>
						</topic>
					</book>
					<topic>
						<label>Using CacheSize</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcachesize.htm</url>
					</topic>
					<topic>
						<label>Cursor and Lock Characteristics</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdconcursorlockmatrix.htm</url>
					</topic>
				</book>
				<book>
					<label>Chapter 9: Data Shaping</label>
					<topic><label>Chapter 9: Data Shaping</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmschierarchicalcursorsdatashaping.htm</url></topic><book>
						<label>Data Shaping Summary</label>
						<topic><label>Data Shaping Summary</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmschierarchicalcursorsdatashapingdetail.htm</url></topic><topic>
							<label>Data Shaping</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowdatashaping.htm</url>
						</topic>
						<topic>
							<label>Reshaping</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowreshaping.htm</url>
						</topic>
						<topic>
							<label>Grandchild Aggregates</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowgrandchildaggregates.htm</url>
						</topic>
						<topic>
							<label>Parameterized Commands with Intervening COMPUTE Commands</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowparameterizedcommandswithinterveningcomputecommands.htm</url>
						</topic>
						<topic>
							<label>Persisting Hierarchical Recordsets</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowpersistinghierarchicalrecordsets.htm</url>
						</topic>
					</book>
					<topic>
						<label>Required Providers for Data Shaping</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrequiredprovidersfordatashaping.htm</url>
					</topic>
					<book>
						<label>Shape Commands in General</label>
						<topic><label>Shape Commands in General</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscshapecommandsingeneral.htm</url></topic><topic>
							<label>Aggregate Functions, the CALC Function, and the NEW Keyword</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconaggregatefunctionscalcfunctionnewkeyword.htm</url>
						</topic>
						<topic>
							<label>Issuing Commands to the Underlying Data Provider</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconissuingcommandstounderlyingdataprovider.htm</url>
						</topic>
					</book>
					<book>
						<label>Shape Append Clause</label>
						<topic><label>Shape Append Clause</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscshapeappendcommand.htm</url></topic><topic>
							<label>Operation of Non-Parameterized Commands</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconoperationofnonparameterizedcommands.htm</url>
						</topic>
						<topic>
							<label>Operation of Parameterized Commands</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconoperationofparameterizedcommands.htm</url>
						</topic>
						<topic>
							<label>Hybrid Commands</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconhybridcommands.htm</url>
						</topic>
						<topic>
							<label>Intervening Shape COMPUTE Clauses</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdconinterveningshapecomputeclauses.htm</url>
						</topic>
					</book>
					<topic>
						<label>Shape Compute Clause</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscshapecomputecommand.htm</url>
					</topic>
					<topic>
						<label>Fabricating Hierarchical Recordsets</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjfabricatinghierarchicalrecordsets.htm</url>
					</topic>
					<topic>
						<label>Accessing Rows in a Hierarchical Recordset</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscaccessingrowsinhierarchicalrecordset.htm</url>
					</topic>
					<topic>
						<label>Formal Shape Grammar</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscformalshapegrammar.htm</url>
					</topic>
					<topic>
						<label>Visual Basic for Applications functions</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscvbafunctions.htm</url>
					</topic>
				</book>
				<book>
					<label>Chapter 10: Records and Streams</label>
					<topic><label>Chapter 10: Records and Streams</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadofordocuments.htm</url></topic><topic>
						<label>Streams and Persistence</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscstreamspersistence.htm</url>
					</topic>
					<book>
						<label>Using ADO for Internet Publishing</label>
						<topic><label>Using ADO for Internet Publishing</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadoforinetpub.htm</url></topic><topic>
							<label>The OLE DB Provider for Internet Publishing</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowusingadowithrosebud.htm</url>
						</topic>
						<book>
							<label>Internet Publishing Scenario</label>
							<topic><label>Internet Publishing Scenario</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdhowinternetpublishingscenario.htm</url></topic><topic>
								<label>Step 1: Set Up the Visual Basic Project</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep1setupvisualbasicproject.htm</url>
							</topic>
							<topic>
								<label>Step 2: Initialize the Main List Box</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep2initializemainlistbox.htm</url>
							</topic>
							<topic>
								<label>Step 3: Populate the Fields List Box</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep3populatefieldslistbox.htm</url>
							</topic>
							<topic>
								<label>Step 4: Populate the Details Text Box</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep4populatedetailstextbox.htm</url>
							</topic>
						</book>
						<topic>
							<label>Absolute and Relative URLs</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsccompleteabsoluterelativeurls.htm</url>
						</topic>
						<topic>
							<label>Records and Provider-Supplied Fields</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrecordsprovidersuppliedextrafields.htm</url>
						</topic>
					</book>
				</book>
			</book>
			<book>
				<label>Section II: Remote Data Service (RDS)</label>
				<topic><label>Section II: Remote Data Service (RDS)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscsection2_rds.htm</url></topic><book>
					<label>Chapter 11: RDS Fundamentals</label>
					<topic><label>Chapter 11: RDS Fundamentals</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscoverviewofremotedataservice.htm</url></topic><topic>
						<label>Solutions for Remote Data Access</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsctherdsproblem.htm</url>
					</topic>
					<topic>
						<label>Basic RDS Programming Model</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscbasicrdsprogrammingmodel.htm</url>
					</topic>
					<topic>
						<label>RDS Programming Model in Detail</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsctherdsprogrammingmodelindetail.htm</url>
					</topic>
					<topic>
						<label>RDS Programming Model with Objects</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsprogrammingmodelwithobjects.htm</url>
					</topic>
					<topic>
						<label>RDS Object Model Summary</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsctherdsobjectmodel.htm</url>
					</topic>
					<book>
						<label>RDS Scenario</label>
						<topic>
							<label>System Requirements for the Address Book Application</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowabsysrequire.htm</url>
						</topic>
						<topic>
							<label>Running the Address Book Sample Application</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowrunab.htm</url>
						</topic>
						<topic>
							<label>Address Book Data-Binding Object</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowabdbobj.htm</url>
						</topic>
						<topic>
							<label>Address Book Command Buttons</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowabcombuttons.htm</url>
						</topic>
						<topic>
							<label>Address Book Navigation Buttons</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhownavbuttons.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>Chapter 12: RDS Tutorial</label>
					<topic><label>Chapter 12: RDS Tutorial</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdhowrdstutorial.htm</url></topic><topic>
						<label>Step 1: Specify a Server Program (RDS Tutorial)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep1specifyserverprogram.htm</url>
					</topic>
					<topic>
						<label>Step 2: Invoke the Server Program (RDS Tutorial)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep2invokeserverprogram.htm</url>
					</topic>
					<topic>
						<label>Step 3: Server Obtains a Recordset (RDS Tutorial)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep3serverobtainsrecordset.htm</url>
					</topic>
					<topic>
						<label>Step 4: Server Returns the Recordset (RDS Tutorial)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep4serverreturnsrecordset.htm</url>
					</topic>
					<topic>
						<label>Step 5: DataControl is Made Usable (RDS Tutorial)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep5datacontrol.htm</url>
					</topic>
					<topic>
						<label>Step 6: Changes are Sent to the Server (RDS Tutorial)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowstep6changessenttoserver.htm</url>
					</topic>
					<topic>
						<label>RDS Tutorial (VBScript)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowrdstutorialvbscript.htm</url>
					</topic>
					<topic>
						<label>RDS Tutorial (Visual J++)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowrdstutorialvj.htm</url>
					</topic>
				</book>
				<book>
					<label>Chapter 13: RDS Usage and Security</label>
					<topic><label>Chapter 13: RDS Usage and Security</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdhowoverview.htm</url></topic><topic>
						<label>Configuring RDS</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowconfigurationinformation.htm</url>
					</topic>
					<topic>
						<label>Granting Guest Privileges to a Web Server Computer; RDS guest privileges [ADO]</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowgrantguest.htm</url>
					</topic>
					<topic>
						<label>Registering a Custom Business Object</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowregistry.htm</url>
					</topic>
					<topic>
						<label>Marking Business Objects as Safe for Scripting</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowsfs.htm</url>
					</topic>
					<topic>
						<label>Registering Business Objects on the Client for Use with DCOM</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowcsregistry.htm</url>
					</topic>
					<topic>
						<label>Setting DCOM Stream Marshaling Format</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowdcomstreammarshalingformat.htm</url>
					</topic>
					<topic>
						<label>Enabling a DLL to Run on DCOM</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowdllmts.htm</url>
					</topic>
					<topic>
						<label>Configuring Virtual Servers on IIS</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowvirtualservers.htm</url>
					</topic>
					<topic>
						<label>Specifying Threads Per Processor on IIS</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowthreadsperprocessor.htm</url>
					</topic>
					<topic>
						<label>Securing RDS Applications</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowsecurityforrdswithinternetexplorer.htm</url>
					</topic>
					<topic>
						<label>Configuring DataFactory for Safe or Unrestricted Modes</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowconfiguringdatafactory.htm</url>
					</topic>
					<book>
						<label>Using Related Technologies with RDS</label>
						<topic><label>Using Related Technologies with RDS</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdhowrelatedtech.htm</url></topic><topic>
							<label>Using RDS with ODBC Connection Pooling</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowsqlstab.htm</url>
						</topic>
						<topic>
							<label>Running Business Objects in Component Services</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowdispenser.htm</url>
						</topic>
					</book>
					<book>
						<label>DataFactory Customization</label>
						<topic><label>DataFactory Customization</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscdatafactorycustomization.htm</url></topic><topic>
							<label>Understanding the Customization File</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscunderstandingcustomizationfile.htm</url>
						</topic>
						<topic>
							<label>Customization File Connect Section</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsccustomizationfileconnectsection.htm</url>
						</topic>
						<topic>
							<label>Customization File SQL Section</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsccustomizationfilesqlsection.htm</url>
						</topic>
						<topic>
							<label>Customization File UserList Section</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsccustomizationfileuserlistsection.htm</url>
						</topic>
						<topic>
							<label>Customization File Logs Section</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmsccustomizationfilelogssection.htm</url>
						</topic>
						<topic>
							<label>Required Client Settings</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrequiredclientsettings.htm</url>
						</topic>
						<topic>
							<label>Writing Your Own Customized Handler</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscwritingyourowncustomizedhandler.htm</url>
						</topic>
					</book>
					<book>
						<label>Troubleshooting RDS</label>
						<topic><label>Troubleshooting RDS</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdhowtroubleshooting.htm</url></topic><topic>
							<label>Configuring RDS on Windows 2000</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowconfigurerdsonwin2k.htm</url>
						</topic>
						<topic>
							<label>"Internet Server Error: Access Denied"</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowaccessdenied.htm</url>
						</topic>
						<topic>
							<label>RDS Returns "Stream Not Read" Error</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowrdsstreamnotread.htm</url>
						</topic>
						<topic>
							<label>Deadlocks With Read Repeatable Isolation Level</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowdeadlock.htm</url>
						</topic>
						<topic>
							<label>Ensuring Sufficient TempDB Space</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowtempdb.htm</url>
						</topic>
						<topic>
							<label>Minimizing Log File Space Usage</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowminlogfile.htm</url>
						</topic>
					</book>
				</book>
			</book>
			<book>
				<label>Section III: ADO (Multidimensional) (ADO MD)</label>
				<topic><label>Section III: ADO (Multidimensional) (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdoverview.htm</url></topic><book>
					<label>Chapter 14: ADO MD Fundamentals</label>
					<topic><label>Chapter 14: ADO MD Fundamentals</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdfundamentals.htm</url></topic><topic>
						<label>Overview of Multidimensional Schemas and Data</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/ammscoverviewmdschemasanddata.htm</url>
					</topic>
					<topic>
						<label>Working with Multidimensional Data</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/ammscworkingwithmddata.htm</url>
					</topic>
					<topic>
						<label>Using ADO with ADO MD</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/ammscusingadowithadomd.htm</url>
					</topic>
					<topic>
						<label>Programming with ADO MD</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/ammscprogrammingwithadomd.htm</url>
					</topic>
				</book>
			</book>
			<book>
				<label>Section IV: ADO Extensions for Data Definition Language and Security (ADOX)</label>
				<topic><label>Section IV: ADO Extensions for Data Definition Language and Security (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoddloverview.htm</url></topic><book>
					<label>Chapter 15: ADOX Fundamentals</label>
					<topic><label>Chapter 15: ADOX Fundamentals</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoxfundamentals.htm</url></topic><topic>
						<label>Provider Support for ADOX</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adconprovidersupportforadox.htm</url>
					</topic>
				</book>
			</book>
			<book>
				<label>Section V: Appendixes</label>
				<topic><label>Section V: Appendixes</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscsectionv_appendixes.htm</url></topic><book>
					<label>Appendix A: Providers</label>
					<topic><label>Appendix A: Providers</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdrefadoprovinfo.htm</url></topic><topic>
						<label>Microsoft OLE DB Provider for ODBC</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefodbcprovspec.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Provider for Microsoft Indexing Service</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefindservprovspec.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Provider for Microsoft Active Directory Service</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefadsprovspec.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Provider for Microsoft Jet</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefjetprovspec.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Provider for SQL Server</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefsqlprovspec.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Provider for Oracle</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdreforacleprovspec.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Provider for Internet Publishing</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefproviderrosebud.htm</url>
					</topic>
					<topic>
						<label>Microsoft Data Shaping Service for OLE DB (ADO Service Provider)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefmsdatashape.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Persistence Provider (ADO Service Provider)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefmspersist.htm</url>
					</topic>
					<topic>
						<label>Microsoft OLE DB Remoting Provider (ADO Service Provider)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefmsremote.htm</url>
					</topic>
					<topic>
						<label>Microsoft Cursor Service for OLE DB (ADO Service Component)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefcursorengine.htm</url>
					</topic>
				</book>
				<book>
					<label>Appendix B: ADO Errors</label>
					<topic><label>Appendix B: ADO Errors</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdreferrorcodes.htm</url></topic><topic>
						<label>ADO Error Codes</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefadoerror.htm</url>
					</topic>
					<topic>
						<label>DataControl Error Codes</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefrdserror.htm</url>
					</topic>
					<topic>
						<label>Internet Explorer Error Codes</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefieerror.htm</url>
					</topic>
					<topic>
						<label>Internet Information Services Error Codes</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefiiserror.htm</url>
					</topic>
				</book>
				<book>
					<label>Appendix C: Programming with ADO</label>
					<topic><label>Appendix C: Programming with ADO</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscprogrammingwithado.htm</url></topic><topic>
						<label>Using ADO with Microsoft Visual Basic</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadowithmicrosoftvisualbasic.htm</url>
					</topic>
					<book>
						<label>Using ADO with Scripting Languages</label>
						<topic><label>Using ADO with Scripting Languages</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadowithmicrosoftvisualbasicscriptingedition.htm</url></topic><topic>
							<label>VBScript ADO Programming</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoinvbscript.htm</url>
						</topic>
						<topic>
							<label>JScript ADO Programming</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoinjscript.htm</url>
						</topic>
					</book>
					<book>
						<label>Using ADO with Microsoft Visual C++</label>
						<topic><label>Using ADO with Microsoft Visual C++</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadowithmicrosoftvisualc.htm</url></topic><topic>
							<label>Visual C++ ADO Programming</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowhowvcusersshouldreadadodocumentation.htm</url>
						</topic>
						<topic>
							<label>Visual C++ Extensions for ADO</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadovcextensions.htm</url>
						</topic>
						<topic>
							<label>Using Visual C++ Extensions</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadovcextensions.htm</url>
						</topic>
						<topic>
							<label>Visual C++ Extensions Header</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscvcextensionsheaderindetail.htm</url>
						</topic>
						<topic>
							<label>Visual C++ Extensions Example</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscexampleadowithextensions.htm</url>
						</topic>
					</book>
					<book>
						<label>Using ADO with Microsoft Visual J++</label>
						<topic><label>Using ADO with Microsoft Visual J++</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadowithmicrosoftvisualj.htm</url></topic><topic>
							<label>ADO/WFC Programming</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoforjava.htm</url>
						</topic>
						<topic>
							<label>Using the Java Type Library Wizard</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadowithjavatypelibararywizard.htm</url>
						</topic>
						<topic>
							<label>Using the Microsoft SDK for Java</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscusingadowithmicrosoftsdkforjava.htm</url>
						</topic>
						<topic>
							<label>ADO Java Class Wrappers</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadojavaclasswrappers.htm</url>
						</topic>
					</book>
				</book>
				<topic>
					<label>Appendix D: ADO Samples</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdhowadosamples.htm</url>
				</topic>
			</book>
			<topic>
				<label>ADO Glossary</label>
				<url>mk:@MSITStore:ADO210.CHM::/htm/mddefglossary.htm</url>
			</topic>
		</book>
		<book>
			<label>ADO Programmer's Reference</label>
			<topic><label>ADO Programmer's Reference</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscmicrosoftadoprogrammersreference.htm</url></topic><book>
				<label>ADO API Reference</label>
				<topic><label>ADO API Reference</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoapireference.htm</url></topic><topic>
					<label>ADO Object Model</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoobjmod.htm</url>
				</topic>
				<book>
					<label>ADO Objects and Interfaces</label>
					<topic><label>ADO Objects and Interfaces</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoobjects.htm</url></topic><topic>
						<label>ADORecordConstruction Interface (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjadorecordconstruction.htm</url>
					</topic>
					<topic>
						<label>ADORecordsetConstruction Interface (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjadorecordsetconstruction.htm</url>
					</topic>
					<book>
						<label>Command Object (ADO)</label>
						<topic><label>Command Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjcommand.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjcommandpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Connection Object (ADO)</label>
						<topic><label>Connection Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjconnection.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjconnectionpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Error Object (ADO)</label>
						<topic><label>Error Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjerror.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjerrorpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Field Object (ADO)</label>
						<topic><label>Field Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjfield.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjfieldpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Parameter Object (ADO)</label>
						<topic><label>Parameter Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjparameter.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjparameterpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Property Object (ADO)</label>
						<topic><label>Property Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjproperty.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjpropertypme.htm</url>
						</topic>
					</book>
					<book>
						<label>Record Object (ADO)</label>
						<topic><label>Record Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjrecord.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjrecordpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Recordset Object (ADO)</label>
						<topic><label>Recordset Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjodbrec.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjodbrecpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Stream Object (ADO)</label>
						<topic><label>Stream Object (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjstream.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjstreampme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>ADO Collections</label>
					<topic><label>ADO Collections</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocollections.htm</url></topic><book>
						<label>Errors Collection (ADO)</label>
						<topic><label>Errors Collection (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcolerrors.htm</url></topic><topic>
							<label>Errors Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcolerrorspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Fields Collection (ADO)</label>
						<topic><label>Fields Collection (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcolfields.htm</url></topic><topic>
							<label>Fields Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcolfieldspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Parameters Collection (ADO)</label>
						<topic><label>Parameters Collection (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcolparameters.htm</url></topic><topic>
							<label>Parameters Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcolparameterspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Properties Collection (ADO)</label>
						<topic><label>Properties Collection (ADO)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdcolproperties.htm</url></topic><topic>
							<label>Properties Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdcolpropertiespme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>ADO Properties</label>
					<topic><label>ADO Properties</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoproperties.htm</url></topic><topic>
						<label>AbsolutePage Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabpage.htm</url>
					</topic>
					<topic>
						<label>AbsolutePosition Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabpos.htm</url>
					</topic>
					<topic>
						<label>ActiveCommand Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactivecommand.htm</url>
					</topic>
					<topic>
						<label>ActiveConnection Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactivecon.htm</url>
					</topic>
					<topic>
						<label>ActualSize Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactualsize.htm</url>
					</topic>
					<topic>
						<label>Attributes Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproattributes.htm</url>
					</topic>
					<topic>
						<label>BOF, EOF Properties (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprobof.htm</url>
					</topic>
					<topic>
						<label>Bookmark Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprobookmark.htm</url>
					</topic>
					<topic>
						<label>CacheSize Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocachesize.htm</url>
					</topic>
					<topic>
						<label>Chapter Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprochapter.htm</url>
					</topic>
					<topic>
						<label>Charset Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocharset.htm</url>
					</topic>
					<topic>
						<label>CommandText Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocommandtext.htm</url>
					</topic>
					<topic>
						<label>CommandTimeout Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocommandtimeout.htm</url>
					</topic>
					<topic>
						<label>CommandType Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocommandtype.htm</url>
					</topic>
					<topic>
						<label>ConnectionString Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconnectionstring.htm</url>
					</topic>
					<topic>
						<label>ConnectionTimeout Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconnectiontimeout.htm</url>
					</topic>
					<topic>
						<label>Count Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocount.htm</url>
					</topic>
					<topic>
						<label>CursorLocation Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocursorlocation.htm</url>
					</topic>
					<topic>
						<label>CursorType Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocursortype.htm</url>
					</topic>
					<topic>
						<label>DataMember Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodatamember.htm</url>
					</topic>
					<topic>
						<label>DataSource Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodatasource.htm</url>
					</topic>
					<topic>
						<label>DefaultDatabase Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodefaultdatabase.htm</url>
					</topic>
					<topic>
						<label>DefinedSize Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodefinedsize.htm</url>
					</topic>
					<topic>
						<label>Description Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodescription.htm</url>
					</topic>
					<topic>
						<label>Direction Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodirection.htm</url>
					</topic>
					<topic>
						<label>EditMode Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproeditmode.htm</url>
					</topic>
					<topic>
						<label>EOS Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproeos.htm</url>
					</topic>
					<topic>
						<label>Filter Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofilter.htm</url>
					</topic>
					<topic>
						<label>HelpContext, HelpFile Properties (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprohelpcontext.htm</url>
					</topic>
					<topic>
						<label>Index Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproindex.htm</url>
					</topic>
					<topic>
						<label>IsolationLevel Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproisolationlevel.htm</url>
					</topic>
					<topic>
						<label>Item Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproitem.htm</url>
					</topic>
					<topic>
						<label>LineSeparator Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprolineseparator.htm</url>
					</topic>
					<topic>
						<label>LockType Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprolocktype.htm</url>
					</topic>
					<topic>
						<label>MarshalOptions Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromarshaloptions.htm</url>
					</topic>
					<topic>
						<label>MaxRecords Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromaxrecords.htm</url>
					</topic>
					<topic>
						<label>Mode Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromode.htm</url>
					</topic>
					<topic>
						<label>Name Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproname.htm</url>
					</topic>
					<topic>
						<label>NativeError Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpronativeerror.htm</url>
					</topic>
					<topic>
						<label>Number Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpronumber.htm</url>
					</topic>
					<topic>
						<label>NumericScale Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpronumericscale.htm</url>
					</topic>
					<topic>
						<label>OriginalValue Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooriginalvalue.htm</url>
					</topic>
					<topic>
						<label>PageCount Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropagecount.htm</url>
					</topic>
					<topic>
						<label>PageSize Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropagesize.htm</url>
					</topic>
					<topic>
						<label>ParentRow Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproparentrow.htm</url>
					</topic>
					<topic>
						<label>ParentURL Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproparenturl.htm</url>
					</topic>
					<topic>
						<label>Position Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproposition.htm</url>
					</topic>
					<topic>
						<label>Precision Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproprecision.htm</url>
					</topic>
					<topic>
						<label>Prepared Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproprepared.htm</url>
					</topic>
					<topic>
						<label>Provider Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproprovider.htm</url>
					</topic>
					<topic>
						<label>RecordCount Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorecordcount.htm</url>
					</topic>
					<topic>
						<label>RecordType Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorecordtypeproperty.htm</url>
					</topic>
					<topic>
						<label>Row Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorow.htm</url>
					</topic>
					<topic>
						<label>RowPosition Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorowposition.htm</url>
					</topic>
					<topic>
						<label>Rowset Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorowset.htm</url>
					</topic>
					<topic>
						<label>Size Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosize.htm</url>
					</topic>
					<topic>
						<label>Size Property (ADO Stream)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosizestream.htm</url>
					</topic>
					<topic>
						<label>Sort Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortpropertyado.htm</url>
					</topic>
					<topic>
						<label>Source Property (ADO Error)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproerrsource.htm</url>
					</topic>
					<topic>
						<label>Source Property (ADO Record)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosourcerecord.htm</url>
					</topic>
					<topic>
						<label>Source Property (ADO Recordset)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorstsource.htm</url>
					</topic>
					<topic>
						<label>SQLState Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosqlstate.htm</url>
					</topic>
					<topic>
						<label>State Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostate.htm</url>
					</topic>
					<topic>
						<label>Status Property (ADO Field)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatusfield.htm</url>
					</topic>
					<topic>
						<label>Status Property (ADO Recordset)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatus.htm</url>
					</topic>
					<topic>
						<label>StayInSync Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostayinsync.htm</url>
					</topic>
					<topic>
						<label>Type Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprotype.htm</url>
					</topic>
					<topic>
						<label>Type Property (ADO Stream)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprotypestream.htm</url>
					</topic>
					<topic>
						<label>UnderlyingValue Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprounderlyingvalue.htm</url>
					</topic>
					<topic>
						<label>Value Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprovalue.htm</url>
					</topic>
					<topic>
						<label>Version Property (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproversion.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO Dynamic Properties</label>
					<topic><label>ADO Dynamic Properties</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadodynamicproperties.htm</url></topic><topic>
						<label>ADO Dynamic Property Index</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdrefadodynamicpropertyindex.htm</url>
					</topic>
					<topic>
						<label>Optimize Property--Dynamic (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooptimizepropertyrds.htm</url>
					</topic>
					<topic>
						<label>Prompt Property--Dynamic (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodynprompt.htm</url>
					</topic>
					<topic>
						<label>Reshape Name Property--Dynamic (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodynname.htm</url>
					</topic>
					<topic>
						<label>Resync Command Property--Dynamic (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodynresynccommand.htm</url>
					</topic>
					<topic>
						<label>Unique Table, Unique Schema, Unique Catalog Properties--Dynamic (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodynuniquetable.htm</url>
					</topic>
					<topic>
						<label>Update Resync Property--Dynamic (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodynupdateresync.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO Methods</label>
					<topic><label>ADO Methods</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadomethods.htm</url></topic><topic>
						<label>AddNew Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthaddnew.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappend.htm</url>
					</topic>
					<topic>
						<label>AppendChunk Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappchunk.htm</url>
					</topic>
					<topic>
						<label>BeginTrans, CommitTrans, and RollbackTrans Methods (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthbegintrans.htm</url>
					</topic>
					<topic>
						<label>Cancel Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthadocancel.htm</url>
					</topic>
					<topic>
						<label>CancelBatch Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcancelbatch.htm</url>
					</topic>
					<topic>
						<label>CancelUpdate Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcancelupdate.htm</url>
					</topic>
					<topic>
						<label>Clear Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclear.htm</url>
					</topic>
					<topic>
						<label>Clone Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclone.htm</url>
					</topic>
					<topic>
						<label>Close Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclose.htm</url>
					</topic>
					<topic>
						<label>CompareBookmarks Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcomparebookmarks.htm</url>
					</topic>
					<topic>
						<label>CopyRecord Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcopyrecord.htm</url>
					</topic>
					<topic>
						<label>CopyTo Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcopyto.htm</url>
					</topic>
					<topic>
						<label>CreateParameter Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcreateparam.htm</url>
					</topic>
					<topic>
						<label>Delete Method (ADO Parameters Collection)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcoldelete.htm</url>
					</topic>
					<topic>
						<label>Delete Method (ADO Fields Collection)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcoldeletefield.htm</url>
					</topic>
					<topic>
						<label>Delete Method (ADO Recordset)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrstdelete.htm</url>
					</topic>
					<topic>
						<label>DeleteRecord Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthdeleterecord.htm</url>
					</topic>
					<topic>
						<label>Execute Method (ADO Command)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcmdexecute.htm</url>
					</topic>
					<topic>
						<label>Execute Method (ADO Connection)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcnnexecute.htm</url>
					</topic>
					<topic>
						<label>Find Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthfindmethodado.htm</url>
					</topic>
					<topic>
						<label>Flush Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthflush.htm</url>
					</topic>
					<topic>
						<label>GetChildren Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetchildrenmethodado.htm</url>
					</topic>
					<topic>
						<label>GetChunk Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetchunk.htm</url>
					</topic>
					<topic>
						<label>GetRows Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetrows.htm</url>
					</topic>
					<topic>
						<label>GetString Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetstringmethod(recordset)ado.htm</url>
					</topic>
					<topic>
						<label>LoadFromFile Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthloadfromfile.htm</url>
					</topic>
					<topic>
						<label>Move Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmove.htm</url>
					</topic>
					<topic>
						<label>MoveFirst, MoveLast, MoveNext, and MovePrevious Methods (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovefirst.htm</url>
					</topic>
					<topic>
						<label>MoveRecord Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmoverecord.htm</url>
					</topic>
					<topic>
						<label>NextRecordset Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthnextrec.htm</url>
					</topic>
					<topic>
						<label>Open Method (ADO Connection)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcnnopen.htm</url>
					</topic>
					<topic>
						<label>Open Method (ADO Record)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenrecord.htm</url>
					</topic>
					<topic>
						<label>Open Method (ADO Recordset)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrstopen.htm</url>
					</topic>
					<topic>
						<label>Open Method (ADO Stream)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenstream.htm</url>
					</topic>
					<topic>
						<label>OpenSchema Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenschema.htm</url>
					</topic>
					<topic>
						<label>Read Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthread.htm</url>
					</topic>
					<topic>
						<label>ReadText Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthreadtext.htm</url>
					</topic>
					<topic>
						<label>Refresh Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthadorefresh.htm</url>
					</topic>
					<topic>
						<label>Requery Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthadorequery.htm</url>
					</topic>
					<topic>
						<label>Resync Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthadoresync.htm</url>
					</topic>
					<topic>
						<label>Save Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrstsave.htm</url>
					</topic>
					<topic>
						<label>SaveToFile Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsavetofile.htm</url>
					</topic>
					<topic>
						<label>Seek Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthseek.htm</url>
					</topic>
					<topic>
						<label>SetEOS Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthseteos.htm</url>
					</topic>
					<topic>
						<label>SkipLine Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthskipline.htm</url>
					</topic>
					<topic>
						<label>Stat Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthstat.htm</url>
					</topic>
					<topic>
						<label>Supports Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsupports.htm</url>
					</topic>
					<topic>
						<label>Update Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdate.htm</url>
					</topic>
					<topic>
						<label>UpdateBatch Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatebatch.htm</url>
					</topic>
					<topic>
						<label>Write Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthwrite.htm</url>
					</topic>
					<topic>
						<label>WriteText Method (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthwritetext.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO Events</label>
					<topic><label>ADO Events</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoeventsref.htm</url></topic><topic>
						<label>BeginTransComplete, CommitTransComplete, and RollbackTransComplete Events (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtbegintranscomplete.htm</url>
					</topic>
					<topic>
						<label>ConnectComplete and Disconnect Events (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtconnectconnectionevents.htm</url>
					</topic>
					<topic>
						<label>EndOfRecordset Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtendofrecordset.htm</url>
					</topic>
					<topic>
						<label>ExecuteComplete Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtexecutecomplete.htm</url>
					</topic>
					<topic>
						<label>FetchComplete Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtfetchcomplete.htm</url>
					</topic>
					<topic>
						<label>FetchProgress Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtfetchprogress.htm</url>
					</topic>
					<topic>
						<label>InfoMessage Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtinfomessage.htm</url>
					</topic>
					<topic>
						<label>WillChangeField and FieldChangeComplete Events (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtwillchangefield.htm</url>
					</topic>
					<topic>
						<label>WillChangeRecord and RecordChangeComplete Events (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtwillchangerecord.htm</url>
					</topic>
					<topic>
						<label>WillChangeRecordset and RecordsetChangeComplete Events (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtwillchangerecordset.htm</url>
					</topic>
					<topic>
						<label>WillConnect Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtwillconnectevent.htm</url>
					</topic>
					<topic>
						<label>WillExecute Event (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtwillexecuteevent.htm</url>
					</topic>
					<topic>
						<label>WillMove and MoveComplete Events (ADO)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtwillmove.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO Enumerated Constants</label>
					<topic><label>ADO Enumerated Constants</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadoenumerations.htm</url></topic><topic>
						<label>ADCPROP_ASYNCTHREADPRIORITY_ENUM</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstadcprop_asyncthreadpriority_enum.htm</url>
					</topic>
					<topic>
						<label>ADCPROP_AUTORECALC_ENUM</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstadcprop_autorecalc_enum.htm</url>
					</topic>
					<topic>
						<label>ADCPROP_UPDATECRITERIA_ENUM</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstadcprop_updatecriteria_enum.htm</url>
					</topic>
					<topic>
						<label>ADCPROP_UPDATERESYNC_ENUM</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstceresyncenum.htm</url>
					</topic>
					<topic>
						<label>AffectEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstaffectenum.htm</url>
					</topic>
					<topic>
						<label>BookmarkEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstbookmarkenum.htm</url>
					</topic>
					<topic>
						<label>CommandTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstcommandtypeenum.htm</url>
					</topic>
					<topic>
						<label>CompareEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstcompareenum.htm</url>
					</topic>
					<topic>
						<label>ConnectModeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstconnectmodeenum.htm</url>
					</topic>
					<topic>
						<label>ConnectOptionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstconnectoptionenum.htm</url>
					</topic>
					<topic>
						<label>ConnectPromptEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstconnectpromptenum.htm</url>
					</topic>
					<topic>
						<label>CopyRecordOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstcopyrecordoptionsenum.htm</url>
					</topic>
					<topic>
						<label>CursorLocationEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstcursorlocationenum.htm</url>
					</topic>
					<topic>
						<label>CursorOptionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstcursoroptionenum.htm</url>
					</topic>
					<topic>
						<label>CursorTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstcursortypeenum.htm</url>
					</topic>
					<topic>
						<label>DataTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstdatatypeenum.htm</url>
					</topic>
					<topic>
						<label>EditModeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcsteditmodeenum.htm</url>
					</topic>
					<topic>
						<label>ErrorValueEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcsterrorvalueenum.htm</url>
					</topic>
					<topic>
						<label>EventReasonEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcsteventreasonenum.htm</url>
					</topic>
					<topic>
						<label>EventStatusEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcsteventstatusenum.htm</url>
					</topic>
					<topic>
						<label>ExecuteOptionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstexecuteoptionenum.htm</url>
					</topic>
					<topic>
						<label>FieldEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstfieldenum.htm</url>
					</topic>
					<topic>
						<label>FieldAttributeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstfieldattributeenum.htm</url>
					</topic>
					<topic>
						<label>FieldStatusEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstfieldstatusenum.htm</url>
					</topic>
					<topic>
						<label>FilterGroupEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstfiltergroupenum.htm</url>
					</topic>
					<topic>
						<label>GetRowsOptionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstgetrowsoptionenum.htm</url>
					</topic>
					<topic>
						<label>IsolationLevelEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstisolationlevelenum.htm</url>
					</topic>
					<topic>
						<label>LineSeparatorsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstlineseparatorsenum.htm</url>
					</topic>
					<topic>
						<label>LockTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstlocktypeenum.htm</url>
					</topic>
					<topic>
						<label>MarshalOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstmarshaloptionsenum.htm</url>
					</topic>
					<topic>
						<label>MoveRecordOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstmoverecordoptionsenum.htm</url>
					</topic>
					<topic>
						<label>ObjectStateEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstobjectstateenum.htm</url>
					</topic>
					<topic>
						<label>ParameterAttributesEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstparameterattributesenum.htm</url>
					</topic>
					<topic>
						<label>ParameterDirectionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstparameterdirectionenum.htm</url>
					</topic>
					<topic>
						<label>PersistFormatEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstpersistformatenum.htm</url>
					</topic>
					<topic>
						<label>PositionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstpositionenum.htm</url>
					</topic>
					<topic>
						<label>PropertyAttributesEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstpropertyattributesenum.htm</url>
					</topic>
					<topic>
						<label>RecordCreateOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstrecordcreateoptionsenum.htm</url>
					</topic>
					<topic>
						<label>RecordOpenOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstrecordopenoptionsenum.htm</url>
					</topic>
					<topic>
						<label>RecordStatusEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstrecordstatusenum.htm</url>
					</topic>
					<topic>
						<label>RecordTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstrecordtypeenum.htm</url>
					</topic>
					<topic>
						<label>ResyncEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstresyncenum.htm</url>
					</topic>
					<topic>
						<label>SaveOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstsaveoptionsenum.htm</url>
					</topic>
					<topic>
						<label>SchemaEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstschemaenum.htm</url>
					</topic>
					<topic>
						<label>SearchDirectionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstsearchdirectionenum.htm</url>
					</topic>
					<topic>
						<label>SeekEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstseekenum.htm</url>
					</topic>
					<topic>
						<label>StreamOpenOptionsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcststreamopenoptionsenum.htm</url>
					</topic>
					<topic>
						<label>StreamReadEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcststreamreadenum.htm</url>
					</topic>
					<topic>
						<label>StreamTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcststreamtypeenum.htm</url>
					</topic>
					<topic>
						<label>StreamWriteEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcststreamwriteoptionsenum.htm</url>
					</topic>
					<topic>
						<label>StringFormatEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcststringformatenum.htm</url>
					</topic>
					<topic>
						<label>XactAttributeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdcstxactattributeenum.htm</url>
					</topic>
					<book>
						<label>ADO Syntax Indexes</label>
						<topic><label>ADO Syntax Indexes</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadosyntaxindexes.htm</url></topic><book>
							<label>ADO for Visual C++ Syntax Index for COM</label>
							<topic><label>ADO for Visual C++ Syntax Index for COM</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdidxadoforvcppsyntax.htm</url></topic><topic>
								<label>Collections (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxcollectionsvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Command (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxcommandvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Connection (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxconnectionvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Error (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxerrorvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Field (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxfieldvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Parameter (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxparametervcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Record (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrecordvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Recordset (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrecordsetvcppsyntax.htm</url>
							</topic>
							<topic>
								<label>Stream (ADO for Visual C++ Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxstreamvcppsyntax.htm</url>
							</topic>
						</book>
						<book>
							<label>ADO for Visual C++ Syntax Index with #import</label>
							<topic><label>ADO for Visual C++ Syntax Index with #import</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdidxadoforvcsyntaxindexwithimport.htm</url></topic><topic>
								<label>Collections (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxcollectionsvcimport.htm</url>
							</topic>
							<topic>
								<label>Command (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxcommandvcimport.htm</url>
							</topic>
							<topic>
								<label>Connection (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxconnectionvcimport.htm</url>
							</topic>
							<topic>
								<label>Error (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxerrorvcimport.htm</url>
							</topic>
							<topic>
								<label>Field (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxfieldvcimport.htm</url>
							</topic>
							<topic>
								<label>Parameter (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxparametervcimport.htm</url>
							</topic>
							<topic>
								<label>Property (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxpropertyvcimport.htm</url>
							</topic>
							<topic>
								<label>Record (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrecordvcimport.htm</url>
							</topic>
							<topic>
								<label>Recordset (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrecordsetvcimport.htm</url>
							</topic>
							<topic>
								<label>Stream (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxstreamvcimport.htm</url>
							</topic>
							<topic>
								<label>ConnectionEvents (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxconnectioneventsvcimport.htm</url>
							</topic>
							<topic>
								<label>RecordsetEvents (Visual C++ Syntax Index with #import)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrecordseteventsvcimport.htm</url>
							</topic>
						</book>
						<book>
							<label>ADO/WFC Syntax Index</label>
							<topic><label>ADO/WFC Syntax Index</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdidxadoforjavasyntax.htm</url></topic><topic>
								<label>Collections (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxcollectionsjavasyntax.htm</url>
							</topic>
							<topic>
								<label>Command (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxcommandjavasyntax.htm</url>
							</topic>
							<topic>
								<label>Connection (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxconnectionjavasyntax.htm</url>
							</topic>
							<topic>
								<label>DataSpace (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrdsdataspaceadowfcsyntax.htm</url>
							</topic>
							<topic>
								<label>Error (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxerrorjavasyntax.htm</url>
							</topic>
							<topic>
								<label>Field (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxfieldjavasyntax.htm</url>
							</topic>
							<topic>
								<label>ObjectProxy (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxobjectproxyadowfcsyntax.htm</url>
							</topic>
							<topic>
								<label>Parameter (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxparameterjavasyntax.htm</url>
							</topic>
							<topic>
								<label>Recordset (ADO/WFC Syntax)</label>
								<url>mk:@MSITStore:ADO210.CHM::/htm/mdidxrecordsetjavasyntax.htm</url>
							</topic>
						</book>
					</book>
				</book>
				<book>
					<label>ADO Code Examples</label>
					<topic><label>ADO Code Examples</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocodeexamples.htm</url></topic><book>
						<label>ADO Code Examples in Microsoft Visual Basic</label>
						<topic><label>ADO Code Examples in Microsoft Visual Basic</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocodeexamplesinvisualbasic.htm</url></topic><topic>
							<label>AbsolutePage, PageCount, and PageSize Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabpagex.htm</url>
						</topic>
						<topic>
							<label>AbsolutePosition and CursorLocation Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabposx.htm</url>
						</topic>
						<topic>
							<label>ActiveCommand Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactivecommandx.htm</url>
						</topic>
						<topic>
							<label>ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactiveconx.htm</url>
						</topic>
						<topic>
							<label>ActualSize and DefinedSize Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactualsizex.htm</url>
						</topic>
						<topic>
							<label>AddNew Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthaddnewx.htm</url>
						</topic>
						<topic>
							<label>Append and CreateParameter Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendx.htm</url>
						</topic>
						<topic>
							<label>AppendChunk and GetChunk Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendchunkx.htm</url>
						</topic>
						<topic>
							<label>Attributes and Name Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproattributesx.htm</url>
						</topic>
						<topic>
							<label>BeginTrans, CommitTrans, and RollbackTrans Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthbegintransx.htm</url>
						</topic>
						<topic>
							<label>BOF, EOF, and Bookmark Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprobofx.htm</url>
						</topic>
						<topic>
							<label>CacheSize Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocachesizex.htm</url>
						</topic>
						<topic>
							<label>Cancel Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcancelx.htm</url>
						</topic>
						<topic>
							<label>Clone Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclonex.htm</url>
						</topic>
						<topic>
							<label>CompareBookmarks Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcomparebookmarksx.htm</url>
						</topic>
						<topic>
							<label>ConnectionString, ConnectionTimeout, and State Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconstringx.htm</url>
						</topic>
						<topic>
							<label>ConvertToString Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthconverttostringvbx.htm</url>
						</topic>
						<topic>
							<label>CopyRecord, CopyTo, and SaveToFile Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcopyrecordvbx.htm</url>
						</topic>
						<topic>
							<label>Count Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocountx.htm</url>
						</topic>
						<topic>
							<label>CreateRecordset Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcreaterecordsetvbx.htm</url>
						</topic>
						<topic>
							<label>CursorType, LockType, and EditMode Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocursortypex.htm</url>
						</topic>
						<topic>
							<label>Delete Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthdeletex.htm</url>
						</topic>
						<topic>
							<label>DeleteRecord and MoveRecord Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthdeleterecordvbx.htm</url>
						</topic>
						<topic>
							<label>Description, HelpContext, HelpFile, NativeError, Number, Source, and SQLState Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodescriptionx.htm</url>
						</topic>
						<topic>
							<label>EOS and LineSeparator Properties and SkipLine Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproeosvbx.htm</url>
						</topic>
						<topic>
							<label>Execute, Requery, and Clear Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthexecutex.htm</url>
						</topic>
						<topic>
							<label>Filter and RecordCount Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofilterx.htm</url>
						</topic>
						<topic>
							<label>Find Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthfindx.htm</url>
						</topic>
						<topic>
							<label>GetRows Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetrowsx.htm</url>
						</topic>
						<topic>
							<label>GetString Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetstringx.htm</url>
						</topic>
						<topic>
							<label>IsolationLevel and Mode Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproisolationlevelx.htm</url>
						</topic>
						<topic>
							<label>Item Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthitemx.htm</url>
						</topic>
						<topic>
							<label>MarshalOptions Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromarshaloptionsx.htm</url>
						</topic>
						<topic>
							<label>MaxRecords Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromaxrecordsx.htm</url>
						</topic>
						<topic>
							<label>Move Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovex.htm</url>
						</topic>
						<topic>
							<label>MoveFirst, MoveLast, MoveNext, and MovePrevious Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovefirstx.htm</url>
						</topic>
						<topic>
							<label>NextRecordset Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthnextrecx.htm</url>
						</topic>
						<topic>
							<label>NumericScale and Precision Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpronumericscalex.htm</url>
						</topic>
						<topic>
							<label>Open and Close Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenx.htm</url>
						</topic>
						<topic>
							<label>OpenSchema Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenschemax.htm</url>
						</topic>
						<topic>
							<label>Optimize Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooptimizex.htm</url>
						</topic>
						<topic>
							<label>OriginalValue and UnderlyingValue Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooriginalvaluex.htm</url>
						</topic>
						<topic>
							<label>Prepared Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropreparedx.htm</url>
						</topic>
						<topic>
							<label>Provider and DefaultDatabase Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproproviderx.htm</url>
						</topic>
						<topic>
							<label>Read, ReadText, Write, and WriteText Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthreadvbx.htm</url>
						</topic>
						<topic>
							<label>Refresh Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrefreshx.htm</url>
						</topic>
						<topic>
							<label>Resync Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthresyncx.htm</url>
						</topic>
						<topic>
							<label>Save and Open Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsavex.htm</url>
						</topic>
						<topic>
							<label>Seek Method and Index Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthseekx.htm</url>
						</topic>
						<topic>
							<label>Sort Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortx.htm</url>
						</topic>
						<topic>
							<label>Source Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosourcex.htm</url>
						</topic>
						<topic>
							<label>State Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatex.htm</url>
						</topic>
						<topic>
							<label>Status Property Example (Field) (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatuspropertyexamplefieldvb.htm</url>
						</topic>
						<topic>
							<label>Status Property Example (Recordset) (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatusx.htm</url>
						</topic>
						<topic>
							<label>StayInSync Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostayinsyncx.htm</url>
						</topic>
						<topic>
							<label>Supports Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsupportsx.htm</url>
						</topic>
						<topic>
							<label>Type Property Example (Field) (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprotypex.htm</url>
						</topic>
						<topic>
							<label>Type Property Example (Property) (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropropertytypex.htm</url>
						</topic>
						<topic>
							<label>Update and CancelUpdate Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatex.htm</url>
						</topic>
						<topic>
							<label>UpdateBatch and CancelBatch Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatebatchx.htm</url>
						</topic>
						<topic>
							<label>Value Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprovaluex.htm</url>
						</topic>
						<topic>
							<label>Version Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproversionx.htm</url>
						</topic>
					</book>
					<book>
						<label>ADO Code Examples in Microsoft Visual Basic Scripting Edition</label>
						<topic><label>ADO Code Examples in Microsoft Visual Basic Scripting Edition</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocodeexamplesinvbscript.htm</url></topic><topic>
							<label>AddNew Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthaddnewvbscriptx.htm</url>
						</topic>
						<topic>
							<label>Clone Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclonevbscriptx.htm</url>
						</topic>
						<topic>
							<label>Delete Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthdeletevbscriptx.htm</url>
						</topic>
						<topic>
							<label>Execute, Requery, and Clear Methods Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthexecutevbscriptx.htm</url>
						</topic>
						<topic>
							<label>Move Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovevbscriptx.htm</url>
						</topic>
						<topic>
							<label>MoveFirst, MoveLast, MoveNext, and MovePrevious Methods Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovefirstvbscriptx.htm</url>
						</topic>
						<topic>
							<label>Open and Close Methods Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenclosevbscriptx.htm</url>
						</topic>
					</book>
					<book>
						<label>ADO Code Examples in Microsoft Visual C++</label>
						<topic><label>ADO Code Examples in Microsoft Visual C++</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocodeexamplesinvisualc.htm</url></topic><topic>
							<label>ADO Events Model Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdevteventmodelxvc.htm</url>
						</topic>
						<topic>
							<label>AbsolutePage, PageCount, and PageSize Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabsolutepagexvc.htm</url>
						</topic>
						<topic>
							<label>AbsolutePosition and CursorLocation Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabsolutepositionxvc.htm</url>
						</topic>
						<topic>
							<label>ActiveCommand Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactivecommandxvc.htm</url>
						</topic>
						<topic>
							<label>ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactiveconnectionxvc.htm</url>
						</topic>
						<topic>
							<label>ActualSize and DefinedSize Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactualsizexvc.htm</url>
						</topic>
						<topic>
							<label>AddNew Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthaddnewxvc.htm</url>
						</topic>
						<topic>
							<label>Append and CreateParameter Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendxvc.htm</url>
						</topic>
						<topic>
							<label>AppendChunk and GetChunk Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendchunkxvc.htm</url>
						</topic>
						<topic>
							<label>Attributes and Name Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproattributesxvc.htm</url>
						</topic>
						<topic>
							<label>BeginTrans, CommitTrans, and RollbackTrans Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthbegintransxvc.htm</url>
						</topic>
						<topic>
							<label>BOF, EOF, and Bookmark Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprobofxvc.htm</url>
						</topic>
						<topic>
							<label>CacheSize Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocachesizexvc.htm</url>
						</topic>
						<topic>
							<label>Cancel Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcancelxvc.htm</url>
						</topic>
						<topic>
							<label>Clone Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclonexvc.htm</url>
						</topic>
						<topic>
							<label>CompareBookmarks Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcomparebookmarksxvc.htm</url>
						</topic>
						<topic>
							<label>ConnectionString, ConnectionTimeout, and State Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconnectionstringxvc.htm</url>
						</topic>
						<topic>
							<label>Count Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocountxvc.htm</url>
						</topic>
						<topic>
							<label>CursorType, LockType, and EditMode Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocursortypexvc.htm</url>
						</topic>
						<topic>
							<label>Delete Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthdeletexvc.htm</url>
						</topic>
						<topic>
							<label>Description, HelpContext, HelpFile, NativeError, Number, Source, and SQLState Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodescriptionxvc.htm</url>
						</topic>
						<topic>
							<label>Execute, Requery, and Clear Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthexecutexvc.htm</url>
						</topic>
						<topic>
							<label>Filter and RecordCount Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofilterxvc.htm</url>
						</topic>
						<topic>
							<label>Find Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthfindxvc.htm</url>
						</topic>
						<topic>
							<label>GetRows Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetrowsxvc.htm</url>
						</topic>
						<topic>
							<label>GetString Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetstringxvc.htm</url>
						</topic>
						<topic>
							<label>IsolationLevel and Mode Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproisolationlevelxvc.htm</url>
						</topic>
						<topic>
							<label>Item Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthitemxvc.htm</url>
						</topic>
						<topic>
							<label>MarshalOptions Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromarshaloptionsxvc.htm</url>
						</topic>
						<topic>
							<label>MaxRecords Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromaxrecordsxvc.htm</url>
						</topic>
						<topic>
							<label>Move Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovexvc.htm</url>
						</topic>
						<topic>
							<label>MoveFirst, MoveLast, MoveNext, and MovePrevious Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovefirstxvc.htm</url>
						</topic>
						<topic>
							<label>NextRecordset Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthnextrecordsetxvc.htm</url>
						</topic>
						<topic>
							<label>NumericScale and Precision Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpronumericscalexvc.htm</url>
						</topic>
						<topic>
							<label>Open and Close Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenxvc.htm</url>
						</topic>
						<topic>
							<label>OpenSchema Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenschemaxvc.htm</url>
						</topic>
						<topic>
							<label>Optimize Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooptimizexvc.htm</url>
						</topic>
						<topic>
							<label>OriginalValue and UnderlyingValue Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooriginalvaluexvc.htm</url>
						</topic>
						<topic>
							<label>Prepared Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropreparedxvc.htm</url>
						</topic>
						<topic>
							<label>Provider and DefaultDatabase Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproproviderxvc.htm</url>
						</topic>
						<topic>
							<label>Refresh Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrefreshxvc.htm</url>
						</topic>
						<topic>
							<label>Resync Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthresyncxvc.htm</url>
						</topic>
						<topic>
							<label>Save and Open Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsavexvc.htm</url>
						</topic>
						<topic>
							<label>Seek Method and Index Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthseekxvc.htm</url>
						</topic>
						<topic>
							<label>Sort Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortxvc.htm</url>
						</topic>
						<topic>
							<label>Source Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosourcexvc.htm</url>
						</topic>
						<topic>
							<label>State Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatexvc.htm</url>
						</topic>
						<topic>
							<label>Status Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatusxvc.htm</url>
						</topic>
						<topic>
							<label>StayInSync Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostayinsyncxvc.htm</url>
						</topic>
						<topic>
							<label>Supports Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsupportsxvc.htm</url>
						</topic>
						<topic>
							<label>Type Property Example (Field) (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprotypexvc.htm</url>
						</topic>
						<topic>
							<label>Type Property Example (Property) (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropropertytypexvc.htm</url>
						</topic>
						<topic>
							<label>Update and CancelUpdate Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatexvc.htm</url>
						</topic>
						<topic>
							<label>UpdateBatch and CancelBatch Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatebatchxvc.htm</url>
						</topic>
						<topic>
							<label>Value Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprovaluexvc.htm</url>
						</topic>
						<topic>
							<label>Version Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproversionxvc.htm</url>
						</topic>
					</book>
					<book>
						<label>ADO Code Examples in Microsoft Visual J++</label>
						<topic><label>ADO Code Examples in Microsoft Visual J++</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocodeexamplesinvisualj.htm</url></topic><topic>
							<label>AbsolutePage, PageCount, and PageSize Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabsolutepagexvj.htm</url>
						</topic>
						<topic>
							<label>AbsolutePosition and CursorLocation Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabsolutepositionxvj.htm</url>
						</topic>
						<topic>
							<label>ActiveCommand Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactivecommandxvj.htm</url>
						</topic>
						<topic>
							<label>ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactiveconnectionxvj.htm</url>
						</topic>
						<topic>
							<label>ActualSize and DefinedSize Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactualsizexvj.htm</url>
						</topic>
						<topic>
							<label>AddNew Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthaddnewxvj.htm</url>
						</topic>
						<topic>
							<label>Append and CreateParameter Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendxvj.htm</url>
						</topic>
						<topic>
							<label>AppendChunk and GetChunk Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendchunkxvj.htm</url>
						</topic>
						<topic>
							<label>Attributes and Name Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproattributesxvj.htm</url>
						</topic>
						<topic>
							<label>BeginTrans, CommitTrans, and RollbackTrans Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthbegintransxvj.htm</url>
						</topic>
						<topic>
							<label>BOF, EOF, and Bookmark Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprobofxvj.htm</url>
						</topic>
						<topic>
							<label>CacheSize Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocachesizexvj.htm</url>
						</topic>
						<topic>
							<label>Cancel Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcancelxvj.htm</url>
						</topic>
						<topic>
							<label>Clone Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthclonexvj.htm</url>
						</topic>
						<topic>
							<label>CompareBookmarks Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcomparebookmarksxvj.htm</url>
						</topic>
						<topic>
							<label>ConnectionString, ConnectionTimeout, and State Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconnectionstringxvj.htm</url>
						</topic>
						<topic>
							<label>Count Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocountxvj.htm</url>
						</topic>
						<topic>
							<label>CursorType, LockType, and EditMode Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocursortypexvj.htm</url>
						</topic>
						<topic>
							<label>Delete Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthdeletexvj.htm</url>
						</topic>
						<topic>
							<label>Description, HelpContext, HelpFile, NativeError, Number, Source, and SQLState Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprodescriptionxvj.htm</url>
						</topic>
						<topic>
							<label>Execute, Requery, and Clear Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthexecutexvj.htm</url>
						</topic>
						<topic>
							<label>Filter and RecordCount Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofilterxvj.htm</url>
						</topic>
						<topic>
							<label>Find Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthfindxvj.htm</url>
						</topic>
						<topic>
							<label>GetRows Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetrowsxvj.htm</url>
						</topic>
						<topic>
							<label>GetString Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetstringxvj.htm</url>
						</topic>
						<topic>
							<label>IsolationLevel and Mode Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproisolationlevelxvj.htm</url>
						</topic>
						<topic>
							<label>Item Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthitemxvj.htm</url>
						</topic>
						<topic>
							<label>MarshalOptions Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromarshaloptionsxvj.htm</url>
						</topic>
						<topic>
							<label>MaxRecords Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpromaxrecordsxvj.htm</url>
						</topic>
						<topic>
							<label>Move Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovexvj.htm</url>
						</topic>
						<topic>
							<label>MoveFirst, MoveLast, MoveNext, and MovePrevious Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovefirstxvj.htm</url>
						</topic>
						<topic>
							<label>NextRecordset Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthnextrecordsetxvj.htm</url>
						</topic>
						<topic>
							<label>NumericScale and Precision Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpronumericscalexvj.htm</url>
						</topic>
						<topic>
							<label>Open and Close Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenxvj.htm</url>
						</topic>
						<topic>
							<label>OpenSchema Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthopenschemaxvj.htm</url>
						</topic>
						<topic>
							<label>Optimize Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooptimizexvj.htm</url>
						</topic>
						<topic>
							<label>OriginalValue and UnderlyingValue Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprooriginalvaluexvj.htm</url>
						</topic>
						<topic>
							<label>Prepared Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropreparedxvj.htm</url>
						</topic>
						<topic>
							<label>Provider and DefaultDatabase Properties Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproproviderxvj.htm</url>
						</topic>
						<topic>
							<label>Refresh Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrefreshxvj.htm</url>
						</topic>
						<topic>
							<label>Resync Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthresyncxvj.htm</url>
						</topic>
						<topic>
							<label>Save and Open Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsavexvj.htm</url>
						</topic>
						<topic>
							<label>Sort Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortxvj.htm</url>
						</topic>
						<topic>
							<label>Source Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosourcexvj.htm</url>
						</topic>
						<topic>
							<label>State Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatexvj.htm</url>
						</topic>
						<topic>
							<label>Status Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostatusxvj.htm</url>
						</topic>
						<topic>
							<label>StayInSync Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprostayinsyncxvj.htm</url>
						</topic>
						<topic>
							<label>Supports Method Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsupportsxvj.htm</url>
						</topic>
						<topic>
							<label>Type Property Example (Field) (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprotypexvj.htm</url>
						</topic>
						<topic>
							<label>Type Property Example (Property) (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropropertytypexvj.htm</url>
						</topic>
						<topic>
							<label>Update and CancelUpdate Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatexvj.htm</url>
						</topic>
						<topic>
							<label>UpdateBatch and CancelBatch Methods Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthupdatebatchxvj.htm</url>
						</topic>
						<topic>
							<label>Value Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprovaluexvj.htm</url>
						</topic>
						<topic>
							<label>Version Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproversionxvj.htm</url>
						</topic>
					</book>
					<book>
						<label>ADO Code Examples in Microsoft JScript</label>
						<topic><label>ADO Code Examples in Microsoft JScript</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscadocodeexamplesinjscript.htm</url></topic><topic>
							<label>AbsolutePage, PageCount, and PageSize Properties Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabsolutepagejs.htm</url>
						</topic>
						<topic>
							<label>AbsolutePosition and CursorLocation Properties Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproabsolutepositionjs.htm</url>
						</topic>
						<topic>
							<label>ActiveCommand Property Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactivecommandjs.htm</url>
						</topic>
						<topic>
							<label>ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction Properties Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactiveconnectionjs.htm</url>
						</topic>
						<topic>
							<label>ActualSize and DefinedSize Properties Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproactualsizejs.htm</url>
						</topic>
						<topic>
							<label>AddNew Method Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthaddnewjs.htm</url>
						</topic>
						<topic>
							<label>Append and CreateParameter Methods Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthappendjs.htm</url>
						</topic>
						<topic>
							<label>CacheSize Property Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprocachesizejs.htm</url>
						</topic>
						<topic>
							<label>Execute, Requery, and Clear Methods Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthexecutejs.htm</url>
						</topic>
						<topic>
							<label>Filter and RecordCount Properties Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofilterjs.htm</url>
						</topic>
						<topic>
							<label>Find Method Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthfindjs.htm</url>
						</topic>
						<topic>
							<label>GetRows Method Example (JScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthgetrowsjs.htm</url>
						</topic>
					</book>
				</book>
			</book>
			<book>
				<label>RDS API Reference</label>
				<topic><label>RDS API Reference</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsapireference.htm</url></topic><book>
					<label>RDS Objects</label>
					<topic><label>RDS Objects</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsobjects.htm</url></topic><book>
						<label>DataControl Object (RDS)</label>
						<topic><label>DataControl Object (RDS)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjdatacontrol.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjdatacontrolpme.htm</url>
						</topic>
					</book>
					<book>
						<label>DataFactory Object (RDSServer)</label>
						<topic><label>DataFactory Object (RDSServer)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjdatafactory.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjdatafactorypme.htm</url>
						</topic>
					</book>
					<book>
						<label>DataSpace Object (RDS)</label>
						<topic><label>DataSpace Object (RDS)</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdobjdataspace.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjdataspacepme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>RDS Properties</label>
					<topic><label>RDS Properties</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsproperties.htm</url></topic><topic>
						<label>Connect Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconnectprop.htm</url>
					</topic>
					<topic>
						<label>ExecuteOptions Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproexecuteoptions.htm</url>
					</topic>
					<topic>
						<label>FetchOptions Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofetchoptions.htm</url>
					</topic>
					<topic>
						<label>FilterColumn Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofiltercol.htm</url>
					</topic>
					<topic>
						<label>FilterCriterion Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprofiltercrit.htm</url>
					</topic>
					<topic>
						<label>FilterValue Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdpropropfilter.htm</url>
					</topic>
					<topic>
						<label>Handler Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprohandlerpropertyrds.htm</url>
					</topic>
					<topic>
						<label>InternetTimeout Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprointernettimeout.htm</url>
					</topic>
					<topic>
						<label>ReadyState Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproreadystate.htm</url>
					</topic>
					<topic>
						<label>Recordset, SourceRecordset Properties (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorecordset.htm</url>
					</topic>
					<topic>
						<label>Server Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdproserverprop.htm</url>
					</topic>
					<topic>
						<label>SortColumn Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortcol.htm</url>
					</topic>
					<topic>
						<label>SortDirection Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortdir.htm</url>
					</topic>
					<topic>
						<label>SQL property [ADO]</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosqlprop.htm</url>
					</topic>
					<topic>
						<label>URL Property (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdprourlproperty.htm</url>
					</topic>
				</book>
				<book>
					<label>RDS Methods</label>
					<topic><label>RDS Methods</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsmethods.htm</url></topic><topic>
						<label>Cancel Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrdscancel.htm</url>
					</topic>
					<topic>
						<label>CancelUpdate Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrdscanupd.htm</url>
					</topic>
					<topic>
						<label>ConvertToString Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthconvstring.htm</url>
					</topic>
					<topic>
						<label>CreateObject Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcreateobj.htm</url>
					</topic>
					<topic>
						<label>CreateRecordset Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcreaterec.htm</url>
					</topic>
					<topic>
						<label>MoveFirst, MoveLast, MoveNext, and MovePrevious Methods (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthmovefirstadc.htm</url>
					</topic>
					<topic>
						<label>Query Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthquery.htm</url>
					</topic>
					<topic>
						<label>Refresh Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrdsrefresh.htm</url>
					</topic>
					<topic>
						<label>Reset Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthreset.htm</url>
					</topic>
					<topic>
						<label>SubmitChanges Method (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsubchanges.htm</url>
					</topic>
				</book>
				<book>
					<label>RDS Events</label>
					<topic><label>RDS Events</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsevents.htm</url></topic><topic>
						<label>onError Event (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtonerror.htm</url>
					</topic>
					<topic>
						<label>onReadyStateChange Event (RDS)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/mdevtonreadystatechange.htm</url>
					</topic>
				</book>
				<book>
					<label>RDS Code Examples</label>
					<topic><label>RDS Code Examples</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdscodeexamples.htm</url></topic><book>
						<label>RDS Code Examples in Microsoft Visual Basic</label>
						<topic><label>RDS Code Examples in Microsoft Visual Basic</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsexamplesvb.htm</url></topic><topic>
							<label>Handler Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprohandlerx.htm</url>
						</topic>
						<topic>
							<label>InternetTimeout Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprointernettimeoutx.htm</url>
						</topic>
					</book>
					<book>
						<label>RDS Code Examples in Microsoft Visual Basic Scripting Edition</label>
						<topic><label>RDS Code Examples in Microsoft Visual Basic Scripting Edition</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsexamplesvbscript.htm</url></topic><topic>
							<label>Cancel Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcanadcx.htm</url>
						</topic>
						<topic>
							<label>CancelUpdate Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcanupdadcx.htm</url>
						</topic>
						<topic>
							<label>Connect Property Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproconnectx.htm</url>
						</topic>
						<topic>
							<label>ConvertToString Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthconverttostringx.htm</url>
						</topic>
						<topic>
							<label>CreateRecordset Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthcreaterecordsetx.htm</url>
						</topic>
						<topic>
							<label>DataControl Object Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjaddataconx.htm</url>
						</topic>
						<topic>
							<label>DataSpace Object and CreateObject Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjaddataspx.htm</url>
						</topic>
						<topic>
							<label>DataFactory Object, Query Method, and CreateObject Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdobjaddatafacx.htm</url>
						</topic>
						<topic>
							<label>ExecuteOptions and FetchOptions Properties Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproexecuteoptionsx.htm</url>
						</topic>
						<topic>
							<label>FilterColumn, FilterCriterion, FilterValue, SortColumn, and SortDirection Properties and Reset Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosortfilterx.htm</url>
						</topic>
						<topic>
							<label>ReadyState Property Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproreadystateadcx.htm</url>
						</topic>
						<topic>
							<label>Recordset and SourceRecordset Properties Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprorecsourcerecx.htm</url>
						</topic>
						<topic>
							<label>Refresh Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthrefreshvbs.htm</url>
						</topic>
						<topic>
							<label>Server Property Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdproserveradcx.htm</url>
						</topic>
						<topic>
							<label>SQL Property Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprosqladcx.htm</url>
						</topic>
						<topic>
							<label>SubmitChanges Method Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdmthsubchgx.htm</url>
						</topic>
						<topic>
							<label>URL Property Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprourlvbscriptx.htm</url>
						</topic>
					</book>
					<book>
						<label>RDS Code Examples in Microsoft Visual C++</label>
						<topic><label>RDS Code Examples in Microsoft Visual C++</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsexamplesvc.htm</url></topic><topic>
							<label>Handler Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprohandlerxvc.htm</url>
						</topic>
						<topic>
							<label>InternetTimeout Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprointernettimeoutxvc.htm</url>
						</topic>
					</book>
					<book>
						<label>RDS Code Examples in Microsoft Visual J++</label>
						<topic><label>RDS Code Examples in Microsoft Visual J++</label><url>mk:@MSITStore:ADO210.CHM::/htm/mdmscrdsexamplesvj.htm</url></topic><topic>
							<label>Handler Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprohandlerxvj.htm</url>
						</topic>
						<topic>
							<label>InternetTimeout Property Example (VJ++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/mdprointernettimoutxvj.htm</url>
						</topic>
					</book>
				</book>
			</book>
			<book>
				<label>ADO MD API Reference</label>
				<topic><label>ADO MD API Reference</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadoapireference.htm</url></topic><topic>
					<label>ADO MD Object Model</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/ammscobjectmodel.htm</url>
				</topic>
				<book>
					<label>ADO MD Objects</label>
					<topic><label>ADO MD Objects</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdobjects.htm</url></topic><book>
						<label>Axis Object (ADO MD)</label>
						<topic><label>Axis Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjaxis.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjaxispme.htm</url>
						</topic>
					</book>
					<book>
						<label>Catalog Object (ADO MD)</label>
						<topic><label>Catalog Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjcatalog.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjcatalogpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Cell Object (ADO MD)</label>
						<topic><label>Cell Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjcell.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjcellpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Cellset Object (ADO MD)</label>
						<topic><label>Cellset Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjcellset.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjcellsetpme.htm</url>
						</topic>
					</book>
					<book>
						<label>CubeDef Object (ADO MD)</label>
						<topic><label>CubeDef Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjcubedef.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjcubedefpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Dimension Object (ADO MD)</label>
						<topic><label>Dimension Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjdimension.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjdimensionpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Hierarchy Object (ADO MD)</label>
						<topic><label>Hierarchy Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjhierarchy.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjhierarchypme.htm</url>
						</topic>
					</book>
					<book>
						<label>Level Object (ADO MD)</label>
						<topic><label>Level Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjlevel.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjlevelpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Member Object (ADO MD)</label>
						<topic><label>Member Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjmember.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjmemberpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Position Object (ADO MD)</label>
						<topic><label>Position Object (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amobjposition.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjpositionpme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>ADO MD Collections</label>
					<topic><label>ADO MD Collections</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdcollections.htm</url></topic><book>
						<label>Axes Collection (ADO MD)</label>
						<topic><label>Axes Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcolaxes.htm</url></topic><topic>
							<label>Axes Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcolaxespme.htm</url>
						</topic>
					</book>
					<book>
						<label>CubeDefs Collection (ADO MD)</label>
						<topic><label>CubeDefs Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcolcubedefs.htm</url></topic><topic>
							<label>CubeDefs Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcolcubedefspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Dimensions Collection (ADO MD)</label>
						<topic><label>Dimensions Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcoldimensions.htm</url></topic><topic>
							<label>Dimensions Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcoldimensionspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Hierarchies Collection (ADO MD)</label>
						<topic><label>Hierarchies Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcolhierarchies.htm</url></topic><topic>
							<label>Hierarchies Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcolhierarchiespme.htm</url>
						</topic>
					</book>
					<book>
						<label>Levels Collection (ADO MD)</label>
						<topic><label>Levels Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcollevels.htm</url></topic><topic>
							<label>Levels Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcollevelspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Members Collection (ADO MD)</label>
						<topic><label>Members Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcolmembers.htm</url></topic><topic>
							<label>Members Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcolmemberspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Positions Collection (ADO MD)</label>
						<topic><label>Positions Collection (ADO MD)</label><url>mk:@MSITStore:ADO210.CHM::/htm/amcolpositions.htm</url></topic><topic>
							<label>Positions Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amcolpositionspme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>ADO MD Properties</label>
					<topic><label>ADO MD Properties</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdproperties.htm</url></topic><topic>
						<label>ActiveConnection Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproactiveconnection.htm</url>
					</topic>
					<topic>
						<label>Caption Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprocaption.htm</url>
					</topic>
					<topic>
						<label>ChildCount Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprochildcount.htm</url>
					</topic>
					<topic>
						<label>Children Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprochildren.htm</url>
					</topic>
					<topic>
						<label>Depth Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprodepth.htm</url>
					</topic>
					<topic>
						<label>Description Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprodescription.htm</url>
					</topic>
					<topic>
						<label>DimensionCount Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprodimensioncount.htm</url>
					</topic>
					<topic>
						<label>DrilledDown Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprodrilleddown.htm</url>
					</topic>
					<topic>
						<label>FilterAxis Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprofilteraxis.htm</url>
					</topic>
					<topic>
						<label>FormattedValue Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproformattedvalue.htm</url>
					</topic>
					<topic>
						<label>Item Property (ADO MD Cellset)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproitem.htm</url>
					</topic>
					<topic>
						<label>LevelDepth Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproleveldepth.htm</url>
					</topic>
					<topic>
						<label>LevelName Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprolevelname.htm</url>
					</topic>
					<topic>
						<label>Name Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproname.htm</url>
					</topic>
					<topic>
						<label>Ordinal Property (ADO MD Cell)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproordinalcell.htm</url>
					</topic>
					<topic>
						<label>Ordinal Property (ADO MD Position)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproordinalposition.htm</url>
					</topic>
					<topic>
						<label>Parent Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproparent.htm</url>
					</topic>
					<topic>
						<label>ParentSameAsPrev Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amproparentsameasprev.htm</url>
					</topic>
					<topic>
						<label>Source Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprosource.htm</url>
					</topic>
					<topic>
						<label>State Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprostate.htm</url>
					</topic>
					<topic>
						<label>Type Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprotype.htm</url>
					</topic>
					<topic>
						<label>UniqueName Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprouniquename.htm</url>
					</topic>
					<topic>
						<label>Value Property (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amprovalue.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO MD Methods</label>
					<topic><label>ADO MD Methods</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdmethods.htm</url></topic><topic>
						<label>Close Method (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/ammthclose.htm</url>
					</topic>
					<topic>
						<label>Open Method (ADO MD)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/ammthopen.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO MD Enumerated Constants</label>
					<topic><label>ADO MD Enumerated Constants</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdenumeratedconstants.htm</url></topic><topic>
						<label>MemberTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/amcstmembertypeenum.htm</url>
					</topic>
				</book>
				<book>
					<label>ADO MD Code Examples</label>
					<topic><label>ADO MD Code Examples</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdexamples.htm</url></topic><book>
						<label>ADO MD Code Examples in Visual Basic</label>
						<topic><label>ADO MD Code Examples in Visual Basic</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdcodeexamplesvb.htm</url></topic><topic>
							<label>Cellset Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjvbadosimpleexamplevbx.htm</url>
						</topic>
						<topic>
							<label>Catalog Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjvbadocubedocexamplevbx.htm</url>
						</topic>
					</book>
					<book>
						<label>ADO MD Code Examples in Visual Basic, Scripting Edition</label>
						<topic><label>ADO MD Code Examples in Visual Basic, Scripting Edition</label><url>mk:@MSITStore:ADO210.CHM::/htm/ammscadomdcodeexamplesvbscript.htm</url></topic><topic>
							<label>Axis Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjaspadosimpleexamplevbscriptx.htm</url>
						</topic>
						<topic>
							<label>Members Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjaspadocomplexexamplevbscriptx.htm</url>
						</topic>
						<topic>
							<label>CubeDef Example (VBScript)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/amobjaspadocubedocexamplevbscriptx.htm</url>
						</topic>
					</book>
				</book>
			</book>
			<book>
				<label>ADOX API Reference</label>
				<topic><label>ADOX API Reference</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoapireference.htm</url></topic><topic>
					<label>ADOX Object Model</label>
					<url>mk:@MSITStore:ADO210.CHM::/htm/admscobjectmodel.htm</url>
				</topic>
				<book>
					<label>ADOX Objects</label>
					<topic><label>ADOX Objects</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoddlobjects.htm</url></topic><book>
						<label>Catalog Object (ADOX)</label>
						<topic><label>Catalog Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjcatalog.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjcatalogpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Column Object (ADOX)</label>
						<topic><label>Column Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjcolumn.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjcolumnpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Group Object (ADOX)</label>
						<topic><label>Group Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjgroup.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjgrouppme.htm</url>
						</topic>
					</book>
					<book>
						<label>Index Object (ADOX)</label>
						<topic><label>Index Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjindex.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjindexpme.htm</url>
						</topic>
					</book>
					<book>
						<label>Key Object (ADOX)</label>
						<topic><label>Key Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjkey.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjkeypme.htm</url>
						</topic>
					</book>
					<book>
						<label>Procedure Object (ADOX)</label>
						<topic><label>Procedure Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjprocedure.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjprocedurepme.htm</url>
						</topic>
					</book>
					<book>
						<label>Table Object (ADOX)</label>
						<topic><label>Table Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjtable.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjtablepme.htm</url>
						</topic>
					</book>
					<book>
						<label>User Object (ADOX)</label>
						<topic><label>User Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjuser.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjuserpme.htm</url>
						</topic>
					</book>
					<book>
						<label>View Object (ADOX)</label>
						<topic><label>View Object (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adobjview.htm</url></topic><topic>
							<label>Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adobjviewpme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>ADOX Collections</label>
					<topic><label>ADOX Collections</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoddlcollections.htm</url></topic><book>
						<label>Columns Collection (ADOX)</label>
						<topic><label>Columns Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolcolumns.htm</url></topic><topic>
							<label>Columns Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcolcolumnspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Groups Collection (ADOX)</label>
						<topic><label>Groups Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolgroups.htm</url></topic><topic>
							<label>Groups Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcolgroupspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Indexes Collection (ADOX)</label>
						<topic><label>Indexes Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolindexes.htm</url></topic><topic>
							<label>Indexes Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcolindexespme.htm</url>
						</topic>
					</book>
					<book>
						<label>Keys Collection (ADOX)</label>
						<topic><label>Keys Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolkeys.htm</url></topic><topic>
							<label>Keys Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcolkeyspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Procedures Collection (ADOX)</label>
						<topic><label>Procedures Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolprocedures.htm</url></topic><topic>
							<label>Procedures Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcolprocedurespme.htm</url>
						</topic>
					</book>
					<book>
						<label>Tables Collection (ADOX)</label>
						<topic><label>Tables Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcoltables.htm</url></topic><topic>
							<label>Tables Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcoltablespme.htm</url>
						</topic>
					</book>
					<book>
						<label>Users Collection (ADOX)</label>
						<topic><label>Users Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolusers.htm</url></topic><topic>
							<label>Users Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcoluserspme.htm</url>
						</topic>
					</book>
					<book>
						<label>Views Collection (ADOX)</label>
						<topic><label>Views Collection (ADOX)</label><url>mk:@MSITStore:ADO210.CHM::/htm/adcolviews.htm</url></topic><topic>
							<label>Views Collection Properties, Methods, and Events</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adcolviewspme.htm</url>
						</topic>
					</book>
				</book>
				<book>
					<label>ADOX Properties</label>
					<topic><label>ADOX Properties</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoddlproperties.htm</url></topic><topic>
						<label>ActiveConnection Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproactiveconnection.htm</url>
					</topic>
					<topic>
						<label>Attributes Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproattributes.htm</url>
					</topic>
					<topic>
						<label>Clustered Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproclustered.htm</url>
					</topic>
					<topic>
						<label>Command Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprocommand.htm</url>
					</topic>
					<topic>
						<label>DateCreated Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprodatecreated.htm</url>
					</topic>
					<topic>
						<label>DateModified Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprodatemodified.htm</url>
					</topic>
					<topic>
						<label>DefinedSize Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprodefinedsize.htm</url>
					</topic>
					<topic>
						<label>DeleteRule Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprodeleterule.htm</url>
					</topic>
					<topic>
						<label>IndexNulls Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproindexnulls.htm</url>
					</topic>
					<topic>
						<label>Name Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproname.htm</url>
					</topic>
					<topic>
						<label>NumericScale Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adpronumericscale.htm</url>
					</topic>
					<topic>
						<label>ParentCatalog Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproparentcatalog.htm</url>
					</topic>
					<topic>
						<label>Precision Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproprecision.htm</url>
					</topic>
					<topic>
						<label>PrimaryKey Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproprimarykey.htm</url>
					</topic>
					<topic>
						<label>RelatedColumn Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprorelatedcolumn.htm</url>
					</topic>
					<topic>
						<label>RelatedTable Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprorelatedtable.htm</url>
					</topic>
					<topic>
						<label>SortOrder Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprosortorder.htm</url>
					</topic>
					<topic>
						<label>Type Property (Column) (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprotypecolumn.htm</url>
					</topic>
					<topic>
						<label>Type Property (Key) (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprotypekey.htm</url>
					</topic>
					<topic>
						<label>Type Property (Table) (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprotypetable.htm</url>
					</topic>
					<topic>
						<label>Unique Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adprounique.htm</url>
					</topic>
					<topic>
						<label>UpdateRule Property (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adproupdaterule.htm</url>
					</topic>
				</book>
				<book>
					<label>ADOX Methods</label>
					<topic><label>ADOX Methods</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoddlmethods.htm</url></topic><topic>
						<label>Append Method (ADOX Columns)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendcolumns.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Groups)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendgroups.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Indexes)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendindexes.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Keys)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendkeys.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Procedures)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendprocedures.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Tables)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendtables.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Users)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendusers.htm</url>
					</topic>
					<topic>
						<label>Append Method (ADOX Views)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendviews.htm</url>
					</topic>
					<topic>
						<label>ChangePassword Method (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthchangepassword.htm</url>
					</topic>
					<topic>
						<label>Create Method (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthcreate.htm</url>
					</topic>
					<topic>
						<label>Delete Method (ADOX Collections)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthdelete.htm</url>
					</topic>
					<topic>
						<label>GetObjectOwner Method (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthgetobjectowner.htm</url>
					</topic>
					<topic>
						<label>GetPermissions Method (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthgetpermissions.htm</url>
					</topic>
					<topic>
						<label>SetObjectOwner method [ADOX]</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthsetobjectowner.htm</url>
					</topic>
					<topic>
						<label>SetPermissions Method (ADOX)</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/admthsetpermissions.htm</url>
					</topic>
				</book>
				<book>
					<label>ADOX Enumerated Constants</label>
					<topic><label>ADOX Enumerated Constants</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoxenumeratedconstants.htm</url></topic><topic>
						<label>ActionEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstactionenum.htm</url>
					</topic>
					<topic>
						<label>AllowNullsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstallownullsenum.htm</url>
					</topic>
					<topic>
						<label>ColumnAttributesEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstcolumnattributesenum.htm</url>
					</topic>
					<topic>
						<label>InheritTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstinherittypeenum.htm</url>
					</topic>
					<topic>
						<label>KeyTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstkeytypeenum.htm</url>
					</topic>
					<topic>
						<label>ObjectTypeEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstobjecttypeenum.htm</url>
					</topic>
					<topic>
						<label>RightsEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstrightsenum.htm</url>
					</topic>
					<topic>
						<label>RuleEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstruleenum.htm</url>
					</topic>
					<topic>
						<label>SortOrderEnum</label>
						<url>mk:@MSITStore:ADO210.CHM::/htm/adcstsortorderenum.htm</url>
					</topic>
				</book>
				<book>
					<label>ADOX Code Examples</label>
					<topic><label>ADOX Code Examples</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoddlexamples.htm</url></topic><book>
						<label>ADOX Code Examples in Microsoft Visual Basic</label>
						<topic><label>ADOX Code Examples in Microsoft Visual Basic</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoxcodeexamplesvb.htm</url></topic><topic>
							<label>Attributes Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscattributespropertyexamplex.htm</url>
						</topic>
						<topic>
							<label>Catalog ActiveConnection Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscconnectionopeningexample.htm</url>
						</topic>
						<topic>
							<label>Clustered Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscclusteredpropertyexamplex.htm</url>
						</topic>
						<topic>
							<label>Columns and Tables Append Methods, Name Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admsctablecreationexample.htm</url>
						</topic>
						<topic>
							<label>Command and CommandText Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscproceduretextexample.htm</url>
						</topic>
						<topic>
							<label>Connection Close Method, Table Type Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscconnectionclosingexample.htm</url>
						</topic>
						<topic>
							<label>Create Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscdatabasecreationexample.htm</url>
						</topic>
						<topic>
							<label>DateCreated and DateModified Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscdatecreateddatemodifiedpropertiesexamplex.htm</url>
						</topic>
						<topic>
							<label>DefinedSize Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscdefinedsizepropertyexamplex.htm</url>
						</topic>
						<topic>
							<label>DeleteRule Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscdeleterulepropertyexamplex.htm</url>
						</topic>
						<topic>
							<label>GetObjectOwner and SetObjectOwner Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscgetobjectownersetobjectownermethodsexamplex.htm</url>
						</topic>
						<topic>
							<label>GetPermissions and SetPermissions Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscgrantingpermissionsexample.htm</url>
						</topic>
						<topic>
							<label>Groups and Users Append, ChangePassword Methods Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscgroupsusersappendchangepasswordmethodsexamplex.htm</url>
						</topic>
						<topic>
							<label>Indexes Append Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscindexcreationexample.htm</url>
						</topic>
						<topic>
							<label>IndexNulls Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscindexnullspropertyexamplex.htm</url>
						</topic>
						<topic>
							<label>Keys Append Method, Key Type, RelatedColumn, RelatedTable and UpdateRule Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admsckeycreationexample.htm</url>
						</topic>
						<topic>
							<label>NumericScale and Precision Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscnumericscaleprecisionpropertiesexamplex.htm</url>
						</topic>
						<topic>
							<label>Parameters Collection, Command Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscprocedureparameterexample.htm</url>
						</topic>
						<topic>
							<label>ParentCatalog Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscparentcatalogexample.htm</url>
						</topic>
						<topic>
							<label>PrimaryKey and Unique Properties Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscprimarykeyuniquepropertiesexamplex.htm</url>
						</topic>
						<topic>
							<label>Procedures Append Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscprocedurecreationexample.htm</url>
						</topic>
						<topic>
							<label>Procedures Delete Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscproceduredeletionexample.htm</url>
						</topic>
						<topic>
							<label>Procedures Refresh Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscprocedurerefreshexample.htm</url>
						</topic>
						<topic>
							<label>SortOrder Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscsortorderpropertyexamplex.htm</url>
						</topic>
						<topic>
							<label>Views and Fields Collections Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscviewfieldexample.htm</url>
						</topic>
						<topic>
							<label>Views Append Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscviewcreationexample.htm</url>
						</topic>
						<topic>
							<label>Views Collection, CommandText Property Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscviewtextexample.htm</url>
						</topic>
						<topic>
							<label>Views Delete Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscviewdeletionexample.htm</url>
						</topic>
						<topic>
							<label>Views Refresh Method Example (VB)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admscviewsrefreshx.htm</url>
						</topic>
					</book>
					<book>
						<label>ADOX Code Examples in Microsoft Visual C++</label>
						<topic><label>ADOX Code Examples in Microsoft Visual C++</label><url>mk:@MSITStore:ADO210.CHM::/htm/admscadoxcodeexamplesvc.htm</url></topic><topic>
							<label>Attributes Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproattributesxvc.htm</url>
						</topic>
						<topic>
							<label>Catalog ActiveConnection Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproactiveconnectionxvc.htm</url>
						</topic>
						<topic>
							<label>Clustered Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproclusteredxvc.htm</url>
						</topic>
						<topic>
							<label>Columns and Tables Append Methods, Name Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthappendxvc.htm</url>
						</topic>
						<topic>
							<label>Command and CommandText Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adprocommandxvc.htm</url>
						</topic>
						<topic>
							<label>Connection Close Method, Table Type Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthconnectionclosexvc.htm</url>
						</topic>
						<topic>
							<label>Create Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthcreatexvc.htm</url>
						</topic>
						<topic>
							<label>DateCreated and DateModified Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adprodatecreatedxvc.htm</url>
						</topic>
						<topic>
							<label>DefinedSize Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adprodefinedsizexvc.htm</url>
						</topic>
						<topic>
							<label>DeleteRule Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adprodeleterulexvc.htm</url>
						</topic>
						<topic>
							<label>GetObjectOwner and SetObjectOwner Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthgetobjectownerxvc.htm</url>
						</topic>
						<topic>
							<label>GetPermissions and SetPermissions Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthgetpermissionsxvc.htm</url>
						</topic>
						<topic>
							<label>Groups and Users Append, ChangePassword Methods Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthgroupsusersappendxvc.htm</url>
						</topic>
						<topic>
							<label>Indexes Append Method Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthindexesappendxvc.htm</url>
						</topic>
						<topic>
							<label>IndexNulls Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproindexnullsxvc.htm</url>
						</topic>
						<topic>
							<label>Keys Append Method, Key Type, RelatedColumn, RelatedTable and UpdateRule Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/admthkeysappendxvc.htm</url>
						</topic>
						<topic>
							<label>NumericScale and Precision Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adpronumericscalexvc.htm</url>
						</topic>
						<topic>
							<label>Parameters Collection, Command Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproparameterscollectionxvc.htm</url>
						</topic>
						<topic>
							<label>ParentCatalog Property Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproparentcatalogxvc.htm</url>
						</topic>
						<topic>
							<label>PrimaryKey and Unique Properties Example (VC++)</label>
							<url>mk:@MSITStore:ADO210.CHM::/htm/adproprimarykeyxvc.htm</url>
						</topic>
					</book>
				</book>
			</book>
		</book>
		<topic>
			<label>Legal and Copyright Information</label>
			<url>mk:@MSITStore:ADO210.CHM::/htm/ado_sdk_copyright_and_trademarks.htm</url>
		</topic>
	</book>
</toc>