Skip to content

Commit 6ec2be4

Browse files
committed
Changing ODBC author from Gene to David Engel
1 parent 03b6ead commit 6ec2be4

1,016 files changed

Lines changed: 2032 additions & 2032 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/odbc/admin/about-drivers-and-data-sources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.topic: conceptual
1010
helpviewer_keywords:
1111
- "ODBC data source administrator [ODBC], concepts"
1212
ms.assetid: 2bb83ef1-4bbe-4be3-8c32-c4d1140aae1d
13-
author: MightyPen
14-
ms.author: genemi
13+
author: David-Engel
14+
ms.author: v-daenge
1515
---
1616
# About Drivers and Data Sources
1717
*Drivers* are the components that process ODBC requests and return data to the application. If necessary, drivers modify an application's request into a form that is understood by the data source. You must use the driver's setup program to add or delete a driver from your computer.

docs/odbc/admin/managing-data-sources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ helpviewer_keywords:
1414
- "removing data sources [ODBC], ODBC data source administrator"
1515
- "ODBC data source administrator [ODBC], data source management"
1616
ms.assetid: 67cc4945-4850-4eb4-8da6-b835ddaeca4c
17-
author: MightyPen
18-
ms.author: genemi
17+
author: David-Engel
18+
ms.author: v-daenge
1919
---
2020
# Managing Data Sources
2121
After you have installed an ODBC driver from the driver's setup program, you can define one or more data sources for it. The data source name (DSN) should provide a unique description of the data; for example, *Payroll* or *Accounts Payable*. The user and system data sources that are defined for all currently installed drivers are listed in the **User DSN** or **System DSN** tabs of the **ODBC Data Source Administrator** dialog box. The file data sources in a given directory are listed in the **File DSN** tab; the directory to be shown is entered in the **Look in** box in the **File DSN** tab.

docs/odbc/admin/odbc-data-source-administrator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ helpviewer_keywords:
1111
- "ODBC data source administrator [ODBC], about ODBC data source administrator"
1212
- "ODBC data source administrator [ODBC]"
1313
ms.assetid: a2f66b4c-a4ac-401b-8e95-d8f96332e0b5
14-
author: MightyPen
15-
ms.author: genemi
14+
author: David-Engel
15+
ms.author: v-daenge
1616
---
1717
# ODBC Data Source Administrator
1818
The Microsoft® ODBC Data Source Administrator manages database drivers and data sources. This application is located in the Windows Control Panel under **Administrative Tools**. Beginning in Windows 8, the icon is named **ODBC Data Sources**, and on 64-bit operating systems there is a 32-bit and 64-bit version.

docs/odbc/admin/setting-odbc-connection-pooling-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ helpviewer_keywords:
1212
- "ODBC data source administrator [ODBC], connection pooling options"
1313
- "ODBC data source administrator [ODBC], performance monitoring"
1414
ms.assetid: 037e2f78-f204-40f4-b4ab-d9cdf562012b
15-
author: MightyPen
16-
ms.author: genemi
15+
author: David-Engel
16+
ms.author: v-daenge
1717
---
1818
# Setting ODBC Connection Pooling Options
1919
Connection pooling enables an application to use a connection from a pool of connections that do not need to be reestablished for each use. You can use the **Connection Pooling** tab of the **ODBC Data Source Administrator** dialog box to enable and disable performance monitoring. Double-click a driver name to set the connection time-out period.

docs/odbc/admin/setting-tracing-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ helpviewer_keywords:
1212
- "ODBC data source administrator [ODBC], tracing options"
1313
- "tracing options [ODBC], ODBC data source administrator"
1414
ms.assetid: 44404a79-b716-4bc1-9ffb-70cd8239d237
15-
author: MightyPen
16-
ms.author: genemi
15+
author: David-Engel
16+
ms.author: v-daenge
1717
---
1818
# Setting Tracing Options
1919
The **Tracing** tab of the **ODBC Data Source Administrator** dialog box enables you to configure the way ODBC function calls are traced.

docs/odbc/admin/viewing-drivers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ helpviewer_keywords:
1111
- "viewing drivers [ODBC]"
1212
- "ODBC data source administrator [ODBC], viewing drivers"
1313
ms.assetid: 6d43ae52-c6f8-4f07-8911-4d5278dd439e
14-
author: MightyPen
15-
ms.author: genemi
14+
author: David-Engel
15+
ms.author: v-daenge
1616
---
1717
# Viewing Drivers
1818
To configure data sources, you must have installed at least one driver on your system. The **Drivers** tab in the **ODBC Data Source Administrator** dialog box lists all drivers installed on your computer, including the name, version, company, file name, and file creation date of each driver. You must use the driver's setup program to add or delete a driver from your system. For more information about modifying drivers, see [Managing Data Sources](../../odbc/admin/managing-data-sources.md).

docs/odbc/microsoft-open-database-connectivity-odbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.reviewer: ""
88
ms.technology: connectivity
99
ms.topic: conceptual
1010
ms.assetid: 278cf36e-9817-4ee3-842e-dbd149f15273
11-
author: MightyPen
12-
ms.author: genemi
11+
author: David-Engel
12+
ms.author: v-daenge
1313
---
1414
# Microsoft Open Database Connectivity (ODBC)
1515
The Microsoft Open Database Connectivity (ODBC) interface is a C programming language interface that makes it possible for applications to access data from a variety of database management systems (DBMSs). ODBC is a low-level, high-performance interface that is designed specifically for relational data stores.

docs/odbc/microsoft/accessing-a-visual-foxpro-data-source-from-microsoft-excel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ helpviewer_keywords:
1313
- "Visual FoxPro data [ODBC], accessing"
1414
- "Visual FoxPro ODBC driver [ODBC], Excel"
1515
ms.assetid: 2c143020-0403-4592-80e0-84229f3d40be
16-
author: MightyPen
17-
ms.author: genemi
16+
author: David-Engel
17+
ms.author: v-daenge
1818
---
1919
# Accessing a Visual FoxPro Data Source from Microsoft Excel
2020
If you have Microsoft Query installed, you can create a data source in Microsoft Excel that connects to Visual FoxPro data.

docs/odbc/microsoft/accessing-visual-foxpro-data-from-microsoft-office.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ helpviewer_keywords:
1313
- "Visual FoxPro ODBC driver [ODBC], C or C++ applications"
1414
- "Visual FoxPro data [ODBC], accessing"
1515
ms.assetid: 116efee6-2cd1-4d54-a6e4-1ee7b2fe82e2
16-
author: MightyPen
17-
ms.author: genemi
16+
author: David-Engel
17+
ms.author: v-daenge
1818
---
1919
# Accessing Visual FoxPro Data from Microsoft Office
2020
You can use the Microsoft Visual FoxPro ODBC Driver to access Visual FoxPro data from your Microsoft Office for Windows 95 or Windows 98 applications.

docs/odbc/microsoft/adding-a-visual-foxpro-data-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ helpviewer_keywords:
1111
- "Visual FoxPro data source [ODBC], adding"
1212
- "adding data sources [ODBC], Visual FoxPro ODBC driver"
1313
ms.assetid: 1487e188-52c8-4f48-b4fe-25a650dd9e97
14-
author: MightyPen
15-
ms.author: genemi
14+
author: David-Engel
15+
ms.author: v-daenge
1616
---
1717
# Adding a Visual FoxPro Data Source
1818
To access Visual FoxPro data from your application, you must have a data source. You can create a data source as follows:

0 commit comments

Comments
 (0)