I tried the following code and got the error "file name is too long"
XMLTOCURSOR(test,"testcur")
XMLTOCURSOR(test,"testcur",8912)
test is a fairly simple xml string. The first xmltocursor works fine and the second xmlcursor generates the error. Does anybody have any idea what would cause this error? The flag of 8912 is supposes to append the records to the existing cursor.
thanks
XMLTOCURSOR(test,"testcur")
XMLTOCURSOR(test,"testcur",8912)
test is a fairly simple xml string. The first xmltocursor works fine and the second xmlcursor generates the error. Does anybody have any idea what would cause this error? The flag of 8912 is supposes to append the records to the existing cursor.
thanks