Skip to content

Commit 2cf1f19

Browse files
author
mtx48109
committed
corrections
1 parent e5a74a8 commit 2cf1f19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/data/oledb/macros-for-ole-db-provider-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The OLE DB Templates Provider macros offer functionality in the following catego
3939
|[END_PROVIDER_COLUMN_MAP](#end_provider_column_map)|Marks the end of the provider column map entries.|
4040
|[PROVIDER_COLUMN_ENTRY](#provider_column_entry)|Represents a specific column supported by the provider.|
4141
|[PROVIDER_COLUMN_ENTRY_FIXED](#provider_column_entry_fixed)|Represents a specific column supported by the provider. You can specify the column data type.|
42-
|[PROVIDER_COLUMN_ENTRY_GN](#provder_column_entry_gn)|Represents a specific column supported by the provider. You can specify the column's size, data type, precision, scale, and schema rowset GUID.|
42+
|[PROVIDER_COLUMN_ENTRY_GN](#provider_column_entry_gn)|Represents a specific column supported by the provider. You can specify the column's size, data type, precision, scale, and schema rowset GUID.|
4343
|[PROVIDER_COLUMN_ENTRY_LENGTH](#provider_column_entry_length)|Represents a specific column supported by the provider. You can specify the column size.|
4444
|[PROVIDER_COLUMN_ENTRY_STR](#provider_column_entry_str)|Represents a specific column supported by the provider. It assumes the column type is a string.|
4545
|[PROVIDER_COLUMN_ENTRY_TYPE_LENGTH](#provider_column_entry_type_length)|Represents a specific column supported by the provider. Like PROVIDER_COLUMN_ENTRY_LENGTH, but also allows you to specify the column's data type as well as size.|
@@ -519,7 +519,7 @@ Associates a GUID with a class.
519519
#### Remarks
520520
[IDBSchemaRowsetImpl](../../data/oledb/idbschemarowsetimpl-class.md) can then query the map for a list of GUIDs, or it can create a rowset if it is given a GUID. The schema rowset `IDBSchemaRowsetImpl` creates is similar to a standard `CRowsetImpl`-derived class, except it must provide an `Execute` method that has the following signature:
521521
522-
```
522+
```cpp
523523
HRESULT Execute (LONG* pcRowsAffected,
524524
ULONG cRestrictions,
525525
const VARIANT* rgRestrictions);

0 commit comments

Comments
 (0)