I have a "Valor" field (varchar(max)) on a "configuraciones" table, I can save the first time some data, but when I try to edit this same data (I find it with a seek and then edit the data and save it), I get an error "String or binary data would be truncated"
I try to alter this with a empty "" string and save it and it give me error anyway
I set debugon on the datasource and I see this:
[Deleted print out --- killed the page
]I not sure if this are a bug, I save some new data (aprox 30000 bytes, with a base64 string from a memorystream of a devexpress grid savelayout method), edit this with some value and the "truncate" error happen :/
I will try with a text field and a fixed varchar value (something like 50000)
Additionally to this when I used the method "SetDebugOn" on my datasource with the 2nd parameter on true (overwritefile) If the file not exist it give me an error. (I not sure if the method have to create the file if it not exist)
Thanks for the great support.
-Fabian