About this task
(where the data is timestamp but the column in the database is
defined as binary):
Procedure
- Set the SQL Type to Integer.
- Set the length to 10.
- Set the data element to SQL.BINARY8.
Results
Data will be read in as an integer, and written
to a database as a binary.