Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Character Binary not in proper schema format
Message
From
21/03/2004 16:53:46
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00888323
Message ID:
00888328
Views:
10
>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
Yes, this is what I ended up doing. However, I realize that I can do it in another way. Originally, I thought I would modify the table structure to match that but I didn't like that. With your reply, it gave me a new idea. I thought I would apply the ALTER TABLE command on the cursor, which is a cursor containing all records from the original table which is used to build the schema. So, I could either ALTER TALBE on that copy of the table or I could ALTER the structure of the cursor. However, it seems that the ALTER command doesn't work on cursor. Have you found a way to do that?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform