				**** cabDatabaseConnector ****
Important: Only for use with A-Series and A+ Series Printers. An SQL enabled Networkcard (Articleno.: 5580210) is needed for use
with A-Series. For the A-PLUS Series you need only the software key for enabling DatabaseConnector Functionality.


OS: Microsoft Windows 98/ME/2000/XP/NT4

Maybe you need to upgrade your Microsoft Data Acess Components (MDAC) it can be downloaded
from http://www.microsoft.com/data/


Main SQL Statements:

SELECT Statement		-	Query Database Record
INSERT Statement		-	Insert Record in Table
UPDATE Statement		-	Update Record in Table

Important:	Many SQL Dialects exists between different Database-Systems. Please refer to the manual for the used database!!

----------------------------------------------------------------------------------------------------------

Files in this Package:

cabDatabaseConnector.exe	-	mainprogram cabDatabaseConnector
cabDatabaseConnector.ini	-	INI file for cabDatabaseConnector
db1.mdb 			-	Sample Database (Access 2000)
sample1.lbl			-	Sample label using SELECT Statement for easy quering Database Records from Database
sample2.lbl			-	Sample label using SELECT and INSERT Statements for quering Database Records and adding records in table
sample3.lbl			-	Sample label using SELECT Statement for batch quering database records (printing from record # to #)
sample4.lbl			-	Sample label using UPDATE Statement for updating recordset LASTPRINTED in Table ARTICLE
sample5.lbl			-	Sample label using SQLLOG-Function (requires Firmwareversion 2.98 and up !!!)
						The SQL Statements when using SQLLOG Function will only be executed AFTER printing the label (the
						standard "SQL:" Function executes the Statement BEFORE the label be printed). The SQLLOG Function is used
						commonly for logging print actions.
						
