Skip to content

Commit b541c18

Browse files
mikeblomeColin Robertson
authored and
Colin Robertson
committed
removed translation tags from security, porting, preprocessor, data, intrinsics (#375)
1 parent cfb0a02 commit b541c18

File tree

866 files changed

+3367
-24487
lines changed

Some content is hidden

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

866 files changed

+3367
-24487
lines changed

docs/data/atl-database-classes-ole-db-templates.md

+3-22
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "OLE DB templates [C++], ATL database classes"
15-
- "database classes [C++], OLE DB"
16-
- "database classes [C++], ATL"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["OLE DB templates [C++], ATL database classes", "database classes [C++], OLE DB", "database classes [C++], ATL"]
1712
ms.assetid: 219766aa-e18a-405f-9e36-d7a0fdb31b2b
1813
caps.latest.revision: 14
1914
author: "mikeblome"
2015
ms.author: "mblome"
2116
manager: "ghogen"
22-
translation.priority.ht:
23-
- "cs-cz"
24-
- "de-de"
25-
- "es-es"
26-
- "fr-fr"
27-
- "it-it"
28-
- "ja-jp"
29-
- "ko-kr"
30-
- "pl-pl"
31-
- "pt-br"
32-
- "ru-ru"
33-
- "tr-tr"
34-
- "zh-cn"
35-
- "zh-tw"
3617
---
3718
# ATL Database Classes (OLE DB Templates)
3819
Microsoft provides several implementations of OLE DB, a set of COM interfaces that provide uniform access to data in diverse information sources and formats. OLE DB is officially deprecated; this documentation is for developers who are maintaining legacy code. New applications should use ODBC to connect to SQL data sources.

docs/data/catalog-information-mfc-data-access.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "tables [C++], catalog information"
15-
- "tables [C++]"
16-
- "ODBC [C++], catalog information"
17-
- "catalog information database [C++]"
18-
- "databases [C++], catalog information database"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["tables [C++], catalog information", "tables [C++]", "ODBC [C++], catalog information", "catalog information database [C++]", "databases [C++], catalog information database"]
1912
ms.assetid: c184e80f-ff17-409f-9df8-05275080bb8d
2013
caps.latest.revision: 8
2114
author: "mikeblome"
2215
ms.author: "mblome"
2316
manager: "ghogen"
24-
translation.priority.ht:
25-
- "cs-cz"
26-
- "de-de"
27-
- "es-es"
28-
- "fr-fr"
29-
- "it-it"
30-
- "ja-jp"
31-
- "ko-kr"
32-
- "pl-pl"
33-
- "pt-br"
34-
- "ru-ru"
35-
- "tr-tr"
36-
- "zh-cn"
37-
- "zh-tw"
3817
---
3918
# Catalog Information (MFC Data Access)
4019
Information about the tables in a data source can include the names of tables and the columns in them, table privileges, names of primary and foreign keys, information about predefined queries or stored procedures, information about indexes on tables, and statistics about tables.

docs/data/changes-you-might-make-to-the-default-code-mfc-data-access.md

+3-20
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "record views [C++], customizing default code"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["record views [C++], customizing default code"]
1512
ms.assetid: 9992ed37-a6bf-45a5-a572-5c14e42b6628
1613
caps.latest.revision: 8
1714
author: "mikeblome"
1815
ms.author: "mblome"
1916
manager: "ghogen"
20-
translation.priority.ht:
21-
- "cs-cz"
22-
- "de-de"
23-
- "es-es"
24-
- "fr-fr"
25-
- "it-it"
26-
- "ja-jp"
27-
- "ko-kr"
28-
- "pl-pl"
29-
- "pt-br"
30-
- "ru-ru"
31-
- "tr-tr"
32-
- "zh-cn"
33-
- "zh-tw"
3417
---
3518
# Changes You Might Make to the Default Code (MFC Data Access)
3619
The [MFC Application Wizard](../mfc/reference/database-support-mfc-application-wizard.md) writes a recordset class for you that selects all records in a single table. You will often want to modify that behavior in one or more of the following ways:

docs/data/command-handlers-for-record-scrolling-mfc-data-access.md

+3-22
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "record views [C++], scrolling"
15-
- "record scrolling [C++]"
16-
- "scrolling records"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["record views [C++], scrolling", "record scrolling [C++]", "scrolling records"]
1712
ms.assetid: f8b13477-2a37-459e-a30c-806fb78165ac
1813
caps.latest.revision: 8
1914
author: "mikeblome"
2015
ms.author: "mblome"
2116
manager: "ghogen"
22-
translation.priority.ht:
23-
- "cs-cz"
24-
- "de-de"
25-
- "es-es"
26-
- "fr-fr"
27-
- "it-it"
28-
- "ja-jp"
29-
- "ko-kr"
30-
- "pl-pl"
31-
- "pt-br"
32-
- "ru-ru"
33-
- "tr-tr"
34-
- "zh-cn"
35-
- "zh-tw"
3617
---
3718
# Command Handlers for Record Scrolling (MFC Data Access)
3819
The [CRecordView](../mfc/reference/crecordview-class.md) class provides default command handling for the following standard commands:

docs/data/data-access-in-cpp.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,16 @@ ms.custom: ""
44
ms.date: "03/28/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "Visual C++, data access applications"
15-
- "databases [C++]"
16-
- "OLE DB [C++], data access technologies"
17-
- "data [C++], data access technologies"
18-
- "data access [C++], class libraries for databases"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["Visual C++, data access applications", "databases [C++]", "OLE DB [C++], data access technologies", "data [C++], data access technologies", "data access [C++], class libraries for databases"]
1912
ms.assetid: 95da6237-bbe2-480a-ae50-3a520051ceff
2013
caps.latest.revision: 14
2114
author: "mikeblome"
2215
ms.author: "mblome"
2316
manager: "ghogen"
24-
translation.priority.ht:
25-
- "cs-cz"
26-
- "de-de"
27-
- "es-es"
28-
- "fr-fr"
29-
- "it-it"
30-
- "ja-jp"
31-
- "ko-kr"
32-
- "pl-pl"
33-
- "pt-br"
34-
- "ru-ru"
35-
- "tr-tr"
36-
- "zh-cn"
37-
- "zh-tw"
3817
---
3918

4019
# Data Access in Visual C++

docs/data/data-access-programming-mfc-atl.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "MFC [C++], data access applications"
15-
- "databases [C++], MFC"
16-
- "OLE DB [C++], data access technologies"
17-
- "data [C++], data access technologies"
18-
- "data access [C++], class libraries for databases"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["MFC [C++], data access applications", "databases [C++], MFC", "OLE DB [C++], data access technologies", "data [C++], data access technologies", "data access [C++], class libraries for databases"]
1912
ms.assetid: def97b2c-b5a6-445f-afeb-308050fd4852
2013
caps.latest.revision: 14
2114
author: "mikeblome"
2215
ms.author: "mblome"
2316
manager: "ghogen"
24-
translation.priority.ht:
25-
- "cs-cz"
26-
- "de-de"
27-
- "es-es"
28-
- "fr-fr"
29-
- "it-it"
30-
- "ja-jp"
31-
- "ko-kr"
32-
- "pl-pl"
33-
- "pt-br"
34-
- "ru-ru"
35-
- "tr-tr"
36-
- "zh-cn"
37-
- "zh-tw"
3817
---
3918
# Data Access Programming (MFC/ATL)
4019
Over the years, Visual C++ has provided several ways to work with databases. In 2011 Microsoft announced that it is aligning on ODBC as the preferred technology for accessing SQL Server products from native code. ODBC is an industry standard, and by using it you gain maximum portability of your code over multiple platforms and data sources. Most SQL database products and many NoSQL products support ODBC. You can use ODBC directly by calling the low-level ODBC APIs, or you can use the MFC ODBC wrapper classes, or a third-party C++ wrapper library.

docs/data/data-exchange-for-record-views-mfc-data-access.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "RFX (record field exchange), data exchange mechanism"
15-
- "RFX (record field exchange), record views"
16-
- "record views, data exchange"
17-
- "DDX (dialog data exchange), record views"
18-
- "RFX (record field exchange)"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["RFX (record field exchange), data exchange mechanism", "RFX (record field exchange), record views", "record views, data exchange", "DDX (dialog data exchange), record views", "RFX (record field exchange)"]
1912
ms.assetid: abc52ca7-6997-47a7-98f3-f347f52b1f72
2013
caps.latest.revision: 9
2114
author: "mikeblome"
2215
ms.author: "mblome"
2316
manager: "ghogen"
24-
translation.priority.ht:
25-
- "cs-cz"
26-
- "de-de"
27-
- "es-es"
28-
- "fr-fr"
29-
- "it-it"
30-
- "ja-jp"
31-
- "ko-kr"
32-
- "pl-pl"
33-
- "pt-br"
34-
- "ru-ru"
35-
- "tr-tr"
36-
- "zh-cn"
37-
- "zh-tw"
3817
---
3918
# Data Exchange for Record Views (MFC Data Access)
4019
When you use [Add Class](../mfc/reference/adding-an-mfc-odbc-consumer.md) to map the controls in a record view's dialog template resource to the fields of a recordset, the framework manages data exchange in both directions — from recordset to controls and from controls to recordset. Using the DDX mechanism means that you do not have to write the code to transfer data back and forth yourself.

docs/data/designing-and-creating-a-record-view-mfc-data-access.md

+3-25
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "designing forms"
15-
- "record views, creating"
16-
- "forms [C++], designing"
17-
- "record views, designing"
18-
- "application wizards [C++], creating record view classes"
19-
- "designing record views"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["designing forms", "record views, creating", "forms [C++], designing", "record views, designing", "application wizards [C++], creating record view classes", "designing record views"]
2012
ms.assetid: 1d6f5439-754f-4b8b-a19d-841a4657827b
2113
caps.latest.revision: 9
2214
author: "mikeblome"
2315
ms.author: "mblome"
2416
manager: "ghogen"
25-
translation.priority.ht:
26-
- "cs-cz"
27-
- "de-de"
28-
- "es-es"
29-
- "fr-fr"
30-
- "it-it"
31-
- "ja-jp"
32-
- "ko-kr"
33-
- "pl-pl"
34-
- "pt-br"
35-
- "ru-ru"
36-
- "tr-tr"
37-
- "zh-cn"
38-
- "zh-tw"
3917
---
4018
# Designing and Creating a Record View (MFC Data Access)
4119
You can create your record view class with the [MFC Application Wizard](../mfc/reference/database-support-mfc-application-wizard.md). If you use an application wizard, it creates the record view class and a dialog template resource for it (without controls). You must use the Visual C++ Dialog editor to add controls to the dialog template resource. On the other hand, if you use **Add Class**, you must first create the dialog template resource in the Dialog editor and then create the record view class.

docs/data/features-of-record-view-classes-mfc-data-access.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,16 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "cpp-windows"
7+
ms.technology: ["cpp-windows"]
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
11-
dev_langs:
12-
- "C++"
13-
helpviewer_keywords:
14-
- "record views, classes"
15-
- "record view classes"
10+
dev_langs: ["C++"]
11+
helpviewer_keywords: ["record views, classes", "record view classes"]
1612
ms.assetid: e7b2820f-09c4-483f-83c0-317e8be42bdf
1713
caps.latest.revision: 8
1814
author: "mikeblome"
1915
ms.author: "mblome"
2016
manager: "ghogen"
21-
translation.priority.ht:
22-
- "cs-cz"
23-
- "de-de"
24-
- "es-es"
25-
- "fr-fr"
26-
- "it-it"
27-
- "ja-jp"
28-
- "ko-kr"
29-
- "pl-pl"
30-
- "pt-br"
31-
- "ru-ru"
32-
- "tr-tr"
33-
- "zh-cn"
34-
- "zh-tw"
3517
---
3618
# Features of Record View Classes (MFC Data Access)
3719
You can do form-based data-access programming with class [CFormView](../mfc/reference/cformview-class.md), but [CRecordView](../mfc/reference/crecordview-class.md) is generally a better class to derive from. In addition to its `CFormView` features, `CRecordView`:

0 commit comments

Comments
 (0)