Reading Data from Databases |
A database is a collection of information, structured in a way that it relates categories of data to each other. When databases are stored on your computer, you can use the information contained therein to populate objects on your template. In other words, by setting up a database in
In general, the quickest way to print simple items from
You have multiple items that you need to output, but some of the data changes on each item that prints.
All of the data you need to print on your items is contained inside of a database or spreadsheet.
The data you need to print is automatically created by an external application.
In all of these cases, it is easier to connect
There are several categories of databases from which
OLE DB Data Source. OLE DB is a technology that enables Windows applications to obtain data from all major database and spreadsheet formats.
ODBC Data Source. ODBC (Open Database Connectivity) is a technology with the same purpose as OLE DB, but it is older and can be used with fewer database types.
SAP R/3 Intermediate Document (IDoc) File. An SAP IDoc is a type of hierarchically organized text file that can be used to pass data from SAP R/3 systems to BarTender.
Text Files. Delimited text files or fixed-width fields text files.
Related Topics