Getting byte string too long error while saving more than 127 characters in Unix environment while using pypyodbc 1.3.4 and Python Anaconda 3.5.
Gone through this link Byte string too long PyPyOdbc and applied the fix as stated but still issue persists.
I am trying to save more than 127 characters. Database is MS Sql Server. Column type is varchar MAX or nvarchar MAX (I tried with both).
Saving 127 orless than 127 characters is fine and working.
Thanks