支持的数据库类型

BarTender 支持大量关系数据库系统和数据文件类型。此部分介绍可以使用 BarTender 连接到的数据库类型。

Closed文本文件

文本文件包含分隔或定界的文本,用于使例如 BarTender 之类的程序将文本的每个单独部分读取为单个数据库字段,并相应地从数据库字段中提取数据

定界符是用于在数据文件中分隔字段的特殊字符。 BarTender supports several types of delimitation. 默认的文本文件定界方法为“引号和逗号混用”。 有关更多信息,请参见关于定界符和受支持的定界类型

BarTender supports various text file encodings and formats, including comma-separated values (CSV) and fixed-width fields.

ClosedMicrosoft Excel 和 Microsoft Access

Microsoft Excel 是电子表格应用程序, 具有计算功能、图形工具、数据透视表和称为 Visual Basic for Applications 宏程序语言。 BarTender supports all versions of Excel, including *.xls and *.xlsx files.

Microsoft Access 是将 Microsoft Jet Database Engine 与用户界面和软件开发工具相结合的数据库管理系统。 BarTender supports all versions of Access, including *.mdb and *.accdb extensions.

注意:您必须安装相应的驱动程序才能运行 Excel 或 Access。 这些驱动程序随 Microsoft Office 一起安装。 If you do not have Office, you will need to go to the Microsoft website and download the drivers.

如果您使用的是 64 位计算机和 64 位操作系统,那么应该从 Microsoft 网站下载 64 位驱动程序。 但是,如果您使用的是 32 位计算机,或者是 64 位计算机安装的是 32 位操作系统,那么必须下载 32 位驱动程序。

ClosedMicrosoft SQL Server

Microsoft SQL Server 是关系数据库管理系统。 作为数据库服务器,SQL Server 的主要功能是根据其他软件应用程序的请求存储和检索数据。 If you have SQL Server already set up on your computer or network, you can connect to it from the Database Setup Wizard. BarTender allows you to choose your authentication method. 您可以选择使用当前凭证(Windows 身份验证),指定随数据库创建的用户名和密码(数据库身份验证)。 BarTender supports Microsoft SQL Server 2005 and later.

ClosedOracle

Oracle 是对象关系数据库管理系统。 Oracle 数据库系统包含至少一个应用程序的实例和数据存储器。 通过“数据库设置向导”可以连接到 Oracle 数据库。 When you connect, you can select your authentication method: either Windows Authentication or Database Authentication. BarTender supports Oracle 10g and later.

ClosedMySQL

MySQL 是开源关系数据库管理系统。 MySQL 的主要功能是根据其他软件应用程序的请求存储和检索数据, 其最常用于小到中型单服务器部署,在基于 LAMP 的 Web 应用程序或独立数据库服务器中充当组件。 通过“数据库设置向导”可以连接到 MySQL 数据库。 When you connect, the wizard enables you to choose to use your current credentials (Windows Authentication) or to specify the user name and password that were created with the database (Database Authentication). BarTender supports MySQL 4.1 and later.

ClosedSAP IDoc 文件

An Intermediate Document (IDoc) is a transactional message, in the form of a text file, sent from an SAP-connected program to other programs. IDoc 消息的大部分内容由组合成几段的数据字段组成。 各段之间彼此具有层次关系。 有关更多信息,请参见使用 SAP IDoc 文件

ClosedIBM DB2

数据库 (DB)2 是由 IBM 提供的一组关系数据库产品。 DB2 提供在各类计算平台上运行的开放数据库环境。 Using Structured Query Language (SQL), users can obtain data simultaneously from DB2 and other databases. BarTender supports IBM DB2 10.50 and later.

ClosedIBM Informix

IBM Informix 是 IBM 信息管理部分的产品系列,该部分集中于多种类型的关系数据库管理系统 (RDBMS)。 Informix 服务器支持对象关系模型,用于使 IBM 提供支持非 SQL 标准的数据类型的扩展。 BarTender supports IBM Informix 11.10 and later.

ClosedPostgreSQL

PostgreSQL 是开源对象关系数据库系统。 PostgreSQL 的主要功能是根据其他软件应用程序的请求存储和检索数据。 通过“数据库设置向导”可以连接到 PostgreSQL 数据库。 When you connect, the wizard enables you to choose to use your current credentials (Windows Authentication) or to specify the user name and password that were created with the database (Database Authentication).

ClosedFirebird

Firebird 是开源关系数据库管理系统。 Its primary function is to store and retrieve data as requested by other software applications. 通过“数据库设置向导”可以连接到 Firebird 数据库。 When you connect, the wizard enables you to choose to use your current credentials (Windows Authentication) or to specify the user name and password that were created with the database (Database Authentication).

ClosedOLE DB Connection

OLE DB(对象链接和嵌入数据库)提供程序是可以从数据库检索信息,然后将信息传递到请求该数据的应用程序(如 BarTender)的程序。 Each type of database (such as Oracle or Access) requires its own provider program. OLE DB 是一种用途与 ODBC 类似的新兴技术,可与更广泛的专有数据库和数据类型兼容。

许多 OLE DB 提供程序都会在安装 Windows 时一并安装,另外一些可以从数据库供应商处获取。 BarTender 会通过内部 OLE DB 驱动程序连接到任意类型的数据库。

若要查看您的计算机上有哪些 OLE DB 数据源,请创建一个扩展名为“.udl”的纯文本文件。 双击该文件,打开 Windows“数据链接属性”对话框。 单击提供程序选项卡查看提供程序列表。

ClosedODBC 连接

An Open Database Connectivity (ODBC) data source is a set of configuration information that specifies an ODBC driver to read from a particular database format, a directory or file that contains one or more tables, and a name for this set of information.

这种技术可以允许程序不必理解特定数据库格式的具体细节即可读取来自不同数据源的信息。 该功能是通过使用 ODBC 驱动程序实现的。 因为有大量可用 ODBC 驱动程序,所以 BarTender 能够读取来自多种不同数据源的数据。 These include every major database and spreadsheet format and text files that are other than standard delimited text files or fixed-width field text files.

When you select ODBC Connection from the Database Setup Wizard, BarTender can import data from any data source for which you have an ODBC driver. 尽管使用命名的 ODBC 数据源并不要求具备 ODBC 或 ODBC 管理器的高级知识,但理解 ODBC 的基本知识可能会有帮助。

ODBC drivers exist for all major database management systems, for many other data sources such as address book systems and Excel, and even for text or CSV files. 要添加、修改或删除 ODBC 数据源,请使用“ODBC 数据源管理”对话框。

BarTender 会通过安装的 ODBC 驱动程序连接到任何数据库类型。