Hi Martin,
The rebind is not necessary in this case.
Further tests seem to show that there is something in ES causing the problem. I have just done a simple test on another table with success.
This table works in the combo:
id, int, Identity spec = yes, increment = 1
Description, nvarchar(50)
This fails:
id, int, Identity spec = yes, increment = 1
timestamp, timestamp
CountyName, nvarchar(50)
CountyCode, nvarchar(2)
SelectionTypeID, int
aka, nvarchar(50)
I'll post my findings.
Declan