I'm updating a table with records of the form trackcode, string data - where string data is a varchar of size 999
While this is working most of the time, every now & again the string data seems to be getting truncated on insert to the database & is ended with IP
e.g.
correct - '<a val="123" /a><b val="233" /b>'
incorrect - '<a val="123" /a><b val=IP
Rerunning the insert always seems to resolve the issue & there are no database errors while this is occurring.
Any body got any idea what this IP value is???
While this is working most of the time, every now & again the string data seems to be getting truncated on insert to the database & is ended with IP
e.g.
correct - '<a val="123" /a><b val="233" /b>'
incorrect - '<a val="123" /a><b val=IP
Rerunning the insert always seems to resolve the issue & there are no database errors while this is occurring.
Any body got any idea what this IP value is???