
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
PointBase Server Version: 4.4 ECF build 230
|
|
|
The pointbase blob definition requires a size specifiction, otherwise BLOB(1) is assumed by pointbase.
fixing the blob definitions to:
JOB_DATA BLOB(2K) NULL,
BLOB_DATA BLOB(2K) NULL,
CALENDAR BLOB(2K) NOT NULL,
it was possible for me to use pointbase as job store
|
|
Description
|
The pointbase blob definition requires a size specifiction, otherwise BLOB(1) is assumed by pointbase.
fixing the blob definitions to:
JOB_DATA BLOB(2K) NULL,
BLOB_DATA BLOB(2K) NULL,
CALENDAR BLOB(2K) NOT NULL,
it was possible for me to use pointbase as job store
|
Show » |
|