Microsoft Visual C++ での ADO コードの例ADO code examples in Microsoft Visual C++
適用先: Access 2013、Office 2013Applies to: Access 2013, Office 2013
Microsoft Visual C++ で記述するときの ADO のメソッド、プロパティ、およびイベントの使用方法については、次のコード例を参照してください。Use the following code examples to learn how to use the ADO methods, properties, and events when writing in Microsoft Visual C++.
注意
[!メモ] コード例全体を最初から最後までコピーして、コード エディターに貼り付けてください。このコード例は、一部分だけを使用したり、段落の書式設定情報が失われると、正常に動作しない場合があります。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 メソッドの使用例 (vb)AddNew method example
- Append メソッドおよび createparameter メソッドの使用例 (vb)Append and CreateParameter methods example
- appendchunk メソッドと GetChunk メソッドの使用例 (vb)AppendChunk and GetChunk methods example
- BeginTrans メソッド、CommitTrans メソッド、および RollbackTrans メソッドの使用例 (vb)BeginTrans, CommitTrans, and RollbackTrans methods example
- Cancel メソッドの使用例 (vb)Cancel method example
- Clone メソッドの例Clone method example
- comparebookmarks メソッドの使用例 (vb)CompareBookmarks method example
- Delete メソッドの使用例 (vb)Delete method example
- Execute メソッド、Requery メソッド、および Clear メソッドの使用例 (vb)Execute, Requery, and Clear methods example
- Find メソッドの使用例 (vb)Find method example
- GetRows メソッドの使用例 (vb)GetRows method example
- GetString メソッドの使用例 (vb)GetString method example
- MoveFirst、MoveLast、MoveNext、および MovePrevious メソッドの使用例 (vb)MoveFirst, MoveLast, MoveNext, and MovePrevious methods example
- NextRecordset メソッドの使用例 (vb)NextRecordset method example
- Open メソッドと Close メソッドの使用例 (vb)Open and Close methods example
- OpenSchema メソッドの使用例 (vb)OpenSchema method example
- Refresh メソッドの使用例Refresh method example
- Resync メソッドの使用例 (vb)Resync method example
- Save メソッドと Open メソッドの使用例 (vb)Save and Open methods example
- Seek メソッドと Index プロパティの使用例 (vb)Seek method and Index property example
- Supports メソッドの使用例Supports method example
- Update メソッドと CancelUpdate メソッドの使用例 (vb)Update and CancelUpdate methods example
- UpdateBatch メソッドと CancelBatch メソッドの使用例 (vb)UpdateBatch and CancelBatch methods example
プロパティProperties
- AbsolutePage、PageCount、および PageSize プロパティの例AbsolutePage, PageCount, and PageSize properties example
- AbsolutePosition プロパティとカーソル位置プロパティの例AbsolutePosition and CursorLocation properties example
- activecommand プロパティの例ActiveCommand property example
- ActiveConnection、CommandText、CommandTimeout、CommandType、Size、および Direction プロパティの使用例 (vb)ActiveConnection, CommandText, CommandTimeout, CommandType, Size, and Direction properties example
- ActualSize および未定義の size プロパティの例ActualSize and DefinedSize properties example
- Attributes プロパティと Name プロパティの例Attributes and Name properties example
- BOF プロパティ、EOF プロパティ、および Bookmark プロパティの使用例 (vb)BOF, EOF, and Bookmark properties example
- CacheSize プロパティの例CacheSize property example
- ConnectionString プロパティ、ConnectionTimeout プロパティ、State プロパティの使用例 (vb)ConnectionString, ConnectionTimeout, and State properties example
- Count プロパティの使用例 (VJ++)Count property example
- CursorType プロパティ、LockType プロパティ、および EditMode プロパティの例CursorType, LockType, and EditMode properties example
- Description、helpcontext、HelpFile、、error、Number、Source、および SQLState プロパティの例Description, HelpContext, HelpFile, NativeError, Number, Source, and SQLState properties example
- Filter プロパティと RecordCount プロパティの例Filter and RecordCount properties example
- Index プロパティと Seek メソッドの使用例 (vb)Index Property and Seek method example
- IsolationLevel プロパティと Mode プロパティの使用例 (vb)IsolationLevel and Mode properties example
- Item プロパティの使用例 (vb)Item property example
- marshaloptions プロパティの使用例 (vb)MarshalOptions property example
- MaxRecords プロパティの例MaxRecords property example
- numericscale プロパティと Precision プロパティの使用例 (vb)NumericScale and Precision properties example
- Optimize プロパティの例Optimize property example
- originalvalue プロパティと UnderlyingValue プロパティの使用例 (vb)OriginalValue and UnderlyingValue properties example
- Prepared プロパティの例Prepared property example
- Provider プロパティと defaultdatabase プロパティの使用例 (vb)Provider and DefaultDatabase properties example
- Sort プロパティの例Sort property example
- Source プロパティの例Source property example
- State プロパティの使用例 (ado)State property example
- Status プロパティの例Status property example
- StayInSync プロパティの使用例 (vb)StayInSync property example
- Type プロパティの使用例 (Fields)Type property example (Fields)
- Type プロパティの使用例 (property)Type property example (Property)
- Value プロパティの使用例 (VJ++)Value property example
- Version プロパティの例Version property example