Has anyone encountered issues with NAV adding extra (special / non-standard) characters at the start of text streamed in/out of BLOB fields? I'm doing work in NAV 2013 streaming out of BLOBs to text files and then streaming them back in (after the user makes changes) and one or two extra characters are appearing at the start of the files. It's somewhat random as it doesn't happen every time. I've also had strange cases where spaces are inserted between each character without explanation (on the first run, the extra spaces show up...on the next run, they don't...with the same code).
Has anyone encountered any issues along those lines with text streams? I've tried using both COPYSTREAM, as well as manually reading/writing each character out, with the same results.
0
Comments
Take a look at this post on how to import the files.
http://blogs.msdn.com/b/nav/archive/201 ... gle+Reader
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
This one's driving me nuts...I guess i'll go to Microsoft with it as it seems buggy.
http://www.epimatic.com
Has anyone else had issues with the NAV outstream and extra characters showing up?
(I'm still using the NAV instream for the read side, and i'm still creating a NAV outstream...i'm just now using the streamwriter Write function instead of OStream.Write)
http://www.epimatic.com