Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Character Binary not in proper schema format
Message
 
 
To
21/03/2004 16:18:05
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00888323
Message ID:
00888327
Views:
10
Hi Michel,

In the CURSORTOXML() function VFP charactr/binary field is mapped to XML string. You can change this field to memo/binary so it would be mapped to XML binary data type.
ALTER TABLE mytable ALTER COLUMN myfield M NOCPTRANS

>I have a table which contains a Character Binary field. When I do this:
>
>
>CURSORTOXML(ALIAS(),'lcHtml',1,48,0,'1')
>
>
>I see that the schema contains a regular string definition. So, I am loosing the Character Binary field format. Anyone knows how to handle it?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform