I need to update a logical (boolean) field.
Tried 'Update table
set logicalfield = true
where key = mykeyvalue'
this fails with the error:
<<<<<<<<<<<<<<<<<<<<<<<<
[LNA][Pervasive][ODBC Engine Interface]Error in expression: True
>>>>>>>>>>>>>>>>>>>>>>>>
What is the syntax to accomplish this update?
Thanks!
Bill S.