Skip to content

Commit 5634695

Browse files
author
Jim Vance
committed
Added ms.prod value
1 parent 88099d0 commit 5634695

1,268 files changed

Lines changed: 30481 additions & 29213 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ado/ado-glossary.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
title: "ADO Glossary | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "ADO, glossary"
11-
ms.assetid: b0478836-4123-4357-969a-c5784fc28be5
12-
caps.latest.revision: 15
13-
author: "MightyPen"
14-
ms.author: "annemill"
15-
manager: "sonalm"
16-
---
17-
# ADO Glossary
1+
---
2+
$title: "ADO Glossary | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "ADO, glossary"
12+
ms.assetid: b0478836-4123-4357-969a-c5784fc28be5
13+
caps.latest.revision: 15
14+
author: "MightyPen"
15+
ms.author: "annemill"
16+
manager: "sonalm"
17+
---
18+
# ADO Glossary
1819
This topic defines terms relevant to ADO.
1920

2021
## A

docs/ado/guide/appendixes/ado-and-wfc-programming.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
---
2-
title: "ADO and WFC Programming | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "ADO, ADO/WFC"
11-
- "ADO/WFC [ADO]"
12-
ms.assetid: 1fdfa42e-897e-4770-b320-ab3720adabcc
13-
caps.latest.revision: 9
14-
author: "MightyPen"
15-
ms.author: "annemill"
16-
manager: "sonalm"
17-
---
18-
# ADO and WFC Programming
1+
---
2+
$title: "ADO and WFC Programming | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "ADO, ADO/WFC"
12+
- "ADO/WFC [ADO]"
13+
ms.assetid: 1fdfa42e-897e-4770-b320-ab3720adabcc
14+
caps.latest.revision: 9
15+
author: "MightyPen"
16+
ms.author: "annemill"
17+
manager: "sonalm"
18+
---
19+
# ADO and WFC Programming
1920
For Microsoft Visual J++ 6.0, ADO has been extended to work with Windows Foundation Classes (WFC) in the following ways. First, a set of Java classes has been implemented that extends the ADO interfaces and creates notifications interesting to the Java programmer; the Java classes also expose functions that return Java types to the user. To improve performance, the Java class directly accesses the native data types in the OLE DB rowset object, and returns them to the Java programmer as Java types without first converting them to and from a variant. ADO has also been extended to work with event notifications in the WFC framework.
2021

2122
ADO for Windows Foundation Classes (ADO/WFC) supports all the standard ADO methods, properties, objects, and events. However, operations that require a variant as a parameter and show excellent performance in a language such as Microsoft Visual Basic, display lesser performance in a language such as Visual J++. For that reason, ADO/WFC also provides accessor functions on the [Field](../../../ado/reference/ado-api/field-object.md) object that take native Java data types instead of the variant data type.

docs/ado/guide/appendixes/ado-appendixes.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
---
2-
title: "ADO Appendixes | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
ms.assetid: 2e6417d6-442e-4539-9573-d1322328674a
10-
caps.latest.revision: 9
11-
author: "MightyPen"
12-
ms.author: "annemill"
13-
manager: "sonalm"
14-
---
15-
# ADO Appendixes
1+
---
2+
$title: "ADO Appendixes | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
ms.assetid: 2e6417d6-442e-4539-9573-d1322328674a
11+
caps.latest.revision: 9
12+
author: "MightyPen"
13+
ms.author: "annemill"
14+
manager: "sonalm"
15+
---
16+
# ADO Appendixes
1617
The ADO Programmer's Guide contains the following appendixes.
1718

1819
- [Appendix A: Providers](../../../ado/guide/appendixes/appendix-a-providers.md)

docs/ado/guide/appendixes/ado-error-codes.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
title: "ADO Error Codes | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "errors [ADO], error codes"
11-
ms.assetid: 3aee61c7-a9b7-4596-b78e-5828a00d0281
12-
caps.latest.revision: 11
13-
author: "MightyPen"
14-
ms.author: "annemill"
15-
manager: "sonalm"
16-
---
17-
# ADO Error Codes
1+
---
2+
$title: "ADO Error Codes | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "errors [ADO], error codes"
12+
ms.assetid: 3aee61c7-a9b7-4596-b78e-5828a00d0281
13+
caps.latest.revision: 11
14+
author: "MightyPen"
15+
ms.author: "annemill"
16+
manager: "sonalm"
17+
---
18+
# ADO Error Codes
1819
In addition to the provider errors returned in the [Error](../../../ado/reference/ado-api/error-object.md) objects of the [Errors](../../../ado/reference/ado-api/errors-collection-ado.md) collection, ADO itself can return errors to the exception-handling mechanism of your run-time environment. Use the error trapping mechanism your programming language, such as the **On Error** statement in Microsoft® Visual Basic or the **try-catch** block in Microsoft Visual C++® or Microsoft Visual J++® to capture ADO errors.
1920

2021
For the list of ADO error codes, see [ErrorValueEnum](../../../ado/reference/ado-api/errorvalueenum.md).

docs/ado/guide/appendixes/ado-java-class-wrappers.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
title: "ADO Java Class Wrappers | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "class wrappers [ADO]"
11-
ms.assetid: 1fc09dc1-9e32-412e-9f43-b8eb8bb483ca
12-
caps.latest.revision: 10
13-
author: "MightyPen"
14-
ms.author: "annemill"
15-
manager: "sonalm"
16-
---
17-
# ADO Java Class Wrappers
1+
---
2+
$title: "ADO Java Class Wrappers | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "class wrappers [ADO]"
12+
ms.assetid: 1fc09dc1-9e32-412e-9f43-b8eb8bb483ca
13+
caps.latest.revision: 10
14+
author: "MightyPen"
15+
ms.author: "annemill"
16+
manager: "sonalm"
17+
---
18+
# ADO Java Class Wrappers
1819
This code declares an instance of the ADO [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) class wrapper and initializes it, all on the same line of code. Further, it declares variables for each of the arguments in the [Open](../../../ado/reference/ado-api/open-method-ado-recordset.md) method, especially for [LockType](../../../ado/reference/ado-api/locktype-property-ado.md) and [CursorType](../../../ado/reference/ado-api/cursortype-property-ado.md) (because Java doesn't support enumerated types). It opens and closes the **Recordset** object. Setting Rs1 to NULL merely schedules that variable to be released when Java performs its systematic and intermittent release of unused objects.
1920

2021
```

docs/ado/guide/appendixes/appendix-a-providers.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
---
2-
title: "Appendix A: Providers | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "data providers [ADO]"
11-
- "providers [ADO]"
12-
- "ADO, providers"
13-
- "service providers [ADO]"
14-
- "service components [ADO]"
15-
ms.assetid: e2581b47-b11e-4e1e-b96c-d39c77c5b48a
16-
caps.latest.revision: 14
17-
author: "MightyPen"
18-
ms.author: "annemill"
19-
manager: "sonalm"
20-
---
21-
# Appendix A: Providers
1+
---
2+
$title: "Appendix A: Providers | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "data providers [ADO]"
12+
- "providers [ADO]"
13+
- "ADO, providers"
14+
- "service providers [ADO]"
15+
- "service components [ADO]"
16+
ms.assetid: e2581b47-b11e-4e1e-b96c-d39c77c5b48a
17+
caps.latest.revision: 14
18+
author: "MightyPen"
19+
ms.author: "annemill"
20+
manager: "sonalm"
21+
---
22+
# Appendix A: Providers
2223
This section addresses three kinds of providers: data providers, service providers, and service components. Providers fall into two categories: those providing data and those providing services. A *data provider* owns its own data and exposes it in tabular form to your application. A *service provider* encapsulates a service by producing and consuming data, augmenting features in your ADO applications. A service provider may also be further defined as a *service component*, which must work together with other service providers or components.
2324

2425
## Data Providers

docs/ado/guide/appendixes/appendix-b-ado-errors.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
title: "Appendix B: ADO Errors | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "errors [ADO], types"
11-
ms.assetid: 0ce201c3-6657-4c87-ae81-0d7dc5b5a431
12-
caps.latest.revision: 10
13-
author: "MightyPen"
14-
ms.author: "annemill"
15-
manager: "sonalm"
16-
---
17-
# Appendix B: ADO Errors
1+
---
2+
$title: "Appendix B: ADO Errors | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "errors [ADO], types"
12+
ms.assetid: 0ce201c3-6657-4c87-ae81-0d7dc5b5a431
13+
caps.latest.revision: 10
14+
author: "MightyPen"
15+
ms.author: "annemill"
16+
manager: "sonalm"
17+
---
18+
# Appendix B: ADO Errors
1819
See the following topics for more information about particular error messages:
1920

2021
- [ADO Error Codes](../../../ado/guide/appendixes/ado-error-codes.md)

docs/ado/guide/appendixes/appendix-c-programming-with-ado.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
title: "Appendix C: Programming with ADO | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "ADO, programming"
11-
ms.assetid: 40af6e70-2a37-480f-aadc-92095d450af7
12-
caps.latest.revision: 12
13-
author: "MightyPen"
14-
ms.author: "annemill"
15-
manager: "sonalm"
16-
---
17-
# Appendix C: Programming with ADO
1+
---
2+
$title: "Appendix C: Programming with ADO | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "ADO, programming"
12+
ms.assetid: 40af6e70-2a37-480f-aadc-92095d450af7
13+
caps.latest.revision: 12
14+
author: "MightyPen"
15+
ms.author: "annemill"
16+
manager: "sonalm"
17+
---
18+
# Appendix C: Programming with ADO
1819
ADO is a COM automation interface component that can be used with many programming languages, including Microsoft Visual Basic, VBScript, JScript, Visual C++, and Visual J++. A version of ADO is installed with each of these tools and other applications, such as Microsoft Office and Microsoft SQL Server.
1920

2021
The library for ADO is msado15.dll and the program ID (ProgID) prefix is "ADODB." For example, to explicitly refer to an ADO [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md), use `ADODB.Recordset`.

docs/ado/guide/appendixes/appendix-d-ado-samples.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
---
2-
title: "Appendix D: ADO Samples | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "samples [ADO]"
11-
- "ADO, samples"
12-
ms.assetid: 1582e411-55ac-40f0-bd3d-9a10654e4b67
13-
caps.latest.revision: 14
14-
author: "MightyPen"
15-
ms.author: "annemill"
16-
manager: "sonalm"
17-
---
18-
# Appendix D: ADO Samples
1+
---
2+
$title: "Appendix D: ADO Samples | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "samples [ADO]"
12+
- "ADO, samples"
13+
ms.assetid: 1582e411-55ac-40f0-bd3d-9a10654e4b67
14+
caps.latest.revision: 14
15+
author: "MightyPen"
16+
ms.author: "annemill"
17+
manager: "sonalm"
18+
---
19+
# Appendix D: ADO Samples
1920
The Windows SDK contains several sample applications that demonstrate the use of ADO and RDS code. These samples are intended to help you learn how to use ADO and RDS, but are not intended to be deployed on production servers.
2021

2122
> [!NOTE]

docs/ado/guide/appendixes/datacontrol-error-codes.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
---
2-
title: "DataControl Error Codes | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/19/2017"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
helpviewer_keywords:
10-
- "errors [ADO], DataControl"
11-
- "DataControl errors [ADO]"
12-
ms.assetid: 293df9d5-e1a2-406d-9107-07bf7cdc6f96
13-
caps.latest.revision: 10
14-
author: "MightyPen"
15-
ms.author: "annemill"
16-
manager: "sonalm"
17-
---
18-
# DataControl Error Codes
1+
---
2+
$title: "DataControl Error Codes | Microsoft Docs"
3+
ms.prod: "sql-non-specified"
4+
ms.custom: ""
5+
ms.date: "01/19/2017"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.tgt_pltfrm: ""
9+
ms.topic: "article"
10+
helpviewer_keywords:
11+
- "errors [ADO], DataControl"
12+
- "DataControl errors [ADO]"
13+
ms.assetid: 293df9d5-e1a2-406d-9107-07bf7cdc6f96
14+
caps.latest.revision: 10
15+
author: "MightyPen"
16+
ms.author: "annemill"
17+
manager: "sonalm"
18+
---
19+
# DataControl Error Codes
1920
The following table lists the [RDS.DataControl](../../../ado/reference/rds-api/datacontrol-object-rds.md) object error codes. The positive decimal translation of the low two bytes, the negative decimal translation of the full error code, and the hexadecimal values are shown.
2021

2122
|RDS.DataControl error codes|Number|Description|

0 commit comments

Comments
 (0)