Hi Ruslan,
I'm getting this error when I try to open an existing database:
Field "propertyName", attribute "Nullable" is not matched with
schema-stored attribute.
BUT, this is how the variable is declared
propertyName = CreateStringField("propertyName", 32)
and that has NOT changed.
What is wrong?
Jon