May be I am brain dead tonight,
I am trying to restore a cursor with a memo field from XML string like this
CREATE CURSOR Walid (n N(1),M m)
INSERT into walid values(1,'This is my first memo')
INSERT into walid values(2,'This is my second memo')
CursorToXML('Walid','cXMLString',1,8)
USE
XMLTOCURSOR(cXMLString, 'Walid')
The type of the field M is not m (Memo) anymore, it is Character!!.
Am I missing some thing here?
Walid Magd
Engwam@Hotmail.com
I am trying to restore a cursor with a memo field from XML string like this
CREATE CURSOR Walid (n N(1),M m)
INSERT into walid values(1,'This is my first memo')
INSERT into walid values(2,'This is my second memo')
CursorToXML('Walid','cXMLString',1,8)
USE
XMLTOCURSOR(cXMLString, 'Walid')
The type of the field M is not m (Memo) anymore, it is Character!!.
Am I missing some thing here?
Walid Magd
Engwam@Hotmail.com