Can someone help me? I've got a program that uses the Save and Open methods of the ADODB.Recordset object to save data to an XML file and later on read it.
When we run the program on Win2K, it works perfectly.
But when we run the program on Win2K through a VMWare session, it bombs with an invalid character error when we try to sort the XML file. The XML, apparently is saved with 3 Chr$(0) characters.
I'd like them to be spaces instead. I've tried to run the query using the NVL statement to remove nulls, but that doesn't do anything.
Any suggestions?
When we run the program on Win2K, it works perfectly.
But when we run the program on Win2K through a VMWare session, it bombs with an invalid character error when we try to sort the XML file. The XML, apparently is saved with 3 Chr$(0) characters.
I'd like them to be spaces instead. I've tried to run the query using the NVL statement to remove nulls, but that doesn't do anything.
Any suggestions?