Connection - Opticon ESL Server Manual

Electronic shelf label
Hide thumbs Also See for ESL Server:
Table of Contents

Advertisement

Opticon ESL
ESL Server manual
v1.0.62.2
A product look-up table can be added for easy linking of products to ESLs by scanning the
barcode of a product followed by the address barcode on the ESL. This table should only contain
the bar codes and related unique product IDs and a short description of the product.
A typical product look-up table would be created using the following query. The use of the
barcode column as primary key makes it possible to have products with multiple barcodes.
CREATE TABLE
barcodes
(
[Barcode]
VARCHAR(40) NOT NULL
PRIMARY
KEY,
[ProductID]
VARCHAR(40) NOT NULL,
[Description]
VARCHAR(50),
)
Important notes:
Please make sure that the barcodes in this table are in the same format as output format of the
handheld barcode reader. Databases often strip any leading zeros and/or checksums, while
barcode readers DO output them. This can cause barcodes of products not to be recognized.
When using the supplied WebApp or using a barcode terminal to link ESLs, ALL barcodes in the
look-up table should NOT have any leading zeros.

Connection

7.2.2.
To configure the connection with the SQL database,first select which type of SQL database is
used. This can be MySQL, MS-SQL, SQLite, Oracle and PostgreSQL.
Alternatively an ODBC data source can be used to connect to a SQL based database. See
chapter 7.3 for more information.
Next, fill in the SQL Server address, login, password and database name and press 'Test' to verify
the connection with the SQL server is configured correctly.
48

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESL Server and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Ebs-40Ebs-30Ebs-31

Table of Contents