ADO Supports Method
Complete Recordset Object Reference
The Supports method returns a boolean value that defines whether or not a Recordset
object supports a specific
type of functionality.
Note: This method returns true if the specified feature is supported,
false if not.
Syntax
objRecordset.Supports(cursoroptions)
|
Parameter |
Description |
cursoroptions |
Required. One or more CursorOptionEnum
values that specifies what functionality this method should test for |
CursorOptionEnum
Constant |
Value |
Description |
adHoldRecords |
0x100 |
Retrieves more records or changes the next position
without committing all pending changes |
adMovePrevious |
0x200 |
Supports the MoveFirst
and MovePrevious
methods, and Move
or GetRows
methods |
adBookmark |
0x2000 |
Supports the Bookmark
property |
adApproxPosition |
0x4000 |
Supports the AbsolutePosition
and AbsolutePage properties |
adUpdateBatch |
0x10000 |
Supports UpdateBatch
and CancelBatch methods |
adResync |
0x20000 |
Supports the Resync
method |
adNotify |
0x40000 |
Indicates that the data provider supports
notifications (which determines whether Recordset events are
supported) |
adFind |
0x80000 |
Supports the Find
method |
adIndex |
0x100000 |
Supports the Index
property |
adSeek |
0x200000 |
Supports the Seek
method |
adAddNew |
0x1000400 |
Supports the AddNew
method |
adDelete |
0x1000800 |
Supports the Delete
method |
adUpdate |
0x1008000 |
Supports the Update
method |
Complete Recordset Object Reference
The Altova MissionKit is a suite of intelligent XML tools, including:
XMLSpy® – industry-leading XML editor
- Support for all XML-based technologies
- Graphical editing views, powerful debuggers, code generation, & more
MapForce® – graphical data mapping tool
- Drag-and-drop data conversion with code generation
- Support for XML, DBs, EDI, Excel® 2007, text, Web services
StyleVision® – visual stylesheet designer
- Drag-and-drop stylesheet design for XML & databases
- Output to HTML, PDF, RTF, Word 2007, & more
And more…
Try before you buy with a free fully functional 30-day trial
Download today
|
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.
The XML Certificate is for developers who want to document their knowledge of XML, XML DOM and XSLT.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
The PHP Certificate is for developers who want to document their knowledge of PHP and SQL (MySQL).
|
|