ADO methods
Applies to: Access 2013, Office 2013
Method | Description |
---|---|
Creates a new record for an updatable Recordset object. |
|
Appends an object to a collection. If the collection is Fields, a new Field object may be created before it is appended to the collection. |
|
Appends data to a large text or binary data Field, or to a Parameter object. |
|
Manages transaction processing within a Connection object as follows: |
|
Cancels execution of a pending, asynchronous method call. |
|
Cancels a pending batch update. |
|
Cancels any changes made to the current or new row of a Recordset object, or the Fields collection of a Record object, before calling the Update method. |
|
Removes all the Error objects from the Errors collection. |
|
Creates a duplicate Recordset object from an existing Recordset object. Optionally, specifies that the clone be read-only. |
|
Closes an open object and any dependent objects. |
|
Compares two bookmarks and returns an indication of their relative values. |
|
Copies a file or directory, and its contents, to another location. |
|
Copies the specified number of characters or bytes (depending on Type) in the Stream to another Stream object. |
|
Creates a new Parameter object with the specified properties. |
|
Deletes an object from the Parameters collection. |
|
Deletes an object from the Fields collection. |
|
Deletes the current record or a group of records. |
|
Deletes a file or directory, and all its subdirectories. |
|
Executes the query, SQL statement, or stored procedure specified in the CommandText property. |
|
Executes the specified query, SQL statement, stored procedure, or provider-specific text. |
|
Searches a Recordset for the row that satisfies the specified criteria. |
|
Forces the contents of the Stream remaining in the ADO buffer to the underlying object with which the Stream is associated. |
|
Returns a Recordset whose rows represent the files and subdirectories in the directory represented by this Record. |
|
Returns all, or a portion of, the contents of a large text or binary data Field object. |
|
Retrieves multiple records of a Recordset object into an array. |
|
Returns the Recordset as a string. |
|
Loads the contents of an existing file into a Stream. |
|
Moves the position of the current record in a Recordset object. |
|
Moves to the first, last, next, or previous record in a specified Recordset object and makes that record the current record. |
|
Moves a file, or a directory and its contents, to another location. |
|
Clears the current Recordset object and returns the next Recordset by advancing through a series of commands. |
|
Opens a connection to a data source. |
|
Opens an existing Record object, or creates a new file or directory. |
|
Opens a cursor. |
|
Opens a Stream object to manipulate streams of binary or text data. |
|
Obtains database schema information from the provider. |
|
Reads a specified number of bytes from a Stream object. |
|
Reads a specified number of characters from a text Stream object. |
|
Updates the objects in a collection to reflect objects available from, and specific to, the provider. |
|
Updates the data in a Recordset object by re-executing the query on which the object is based. |
|
Refreshes the data in the current Recordset object, or Fields collection of a Record object, from the underlying database. |
|
Saves the Recordset in a file or Stream object. |
|
Saves the binary contents of a Stream to a file. |
|
Searches the index of a Recordset to quickly locate the row that matches the specified values, and changes the current row position to that row. |
|
Sets the position that is the end of the stream. |
|
Skips one entire line when reading a text stream. |
|
Gets statistical information about an open stream. |
|
Determines whether a specified Recordset object supports a particular type of functionality. |
|
Saves any changes you make to the current row of a Recordset object, or the Fields collection of a Record object. |
|
Writes all pending batch updates to disk. |
|
Writes binary data to a Stream object. |
|
Writes a specified text string to a Stream object. |