I can’t determine the version I can not find out the version of TFS (https://otland.net/threads/i-can-not-find-out-the-version-of-tfs.268559/)Explain more about your error.
What does the error message say?
Server version?
could you explain to me in more detail what you meantThe field 'Sender' does not have a default value.
Adjust the part that handles the items save, or do a workaround (no idea what Sender affects) set column 'Sender' as default empty.
You have to give the Sender field in the items table a default value OR fix the query that gets sent to have a default value for Sender.could you explain to me in more detail what you meant
By the way, I started working fine with the client otclientv8-master (and with its compiled client it gives an error 10051)
but still does not save the database
ALTER TABLE items ALTER COLUMN Sender SET DEFAULT '';
ALTER TABLE items ALTER COLUMN Sender SET DEFAULT NULL;