ADO code examples in Microsoft JScript
Applies to: Access 2013, Office 2013
Use the following code examples to learn how to use the ADO methods, properties, and events when writing in JScript.
Note
Paste the entire code example, from beginning to end, into your code editor. The example may not run correctly if partial examples are used or if paragraph formatting is lost.
Methods
- AddNew method example
- Append and CreateParameter methods example
- Execute, Requery, and Clear methods example
- Find method example
- GetRows method example
Properties
- AbsolutePage, PageCount, and PageSize properties example
- AbsolutePosition and CursorLocation properties example
- ActiveCommand property example
- ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction properties example
- ActualSize and DefinedSize properties example
- CacheSize property example
- Filter and RecordCount properties example