I just changed a field in my SQL Server database to an nvarchar(max) - and now find that when I use SQL pass-through from VFP 9 to write a large amount of text, it is embedding a null character [chr(0)] ever 4096 characters.
Anyone else run into this? And if so, how did you deal with it?