Hey,
I'm dealing with a problem I cannot solve because I have no idea why it doesn't work.
I'm trying to store some XML into an MSSQL database, using TEXT as fieldtype. I pass the XML as one large string. I don't get any errors but the xml field in my database is left empty. I tryed to use 'set textsize 163840' because my xml-string contains 107.000 characters but that doesn't seem to help.
I also tryed to split my xml-string into parts of 4000 characters, insert the first part and do some updates for the other parts. Also this ain't working.
Does anybody has an idea why an insert with lots of data doesn't work on a text field? I thought columns of type text could contain 2 million bytes?
Greetings,
AsinuS