Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG?: blobs and CursorToXML/XMLToCursor
Message
From
01/11/2004 03:25:53
Eyvind W. Axelsen
Profdoc Norge As
Oslo, Norway
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG?: blobs and CursorToXML/XMLToCursor
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00956461
Message ID:
00956461
Views:
54
Try the following:
Create Cursor curTest (image blob)
Append Blank
*!* Select a jpg file from your harddrive here:
Replace image with FileToStr(GetFile())
?CursorToXML("curTest", "lcTest", 1, 0, 0, "1")
?XMLToCursor(lcTest, "curTest2")
Observe that after the cursor has been translated to xml and back, the image field is no longer a BLOB, but a MEMO field.
Next
Reply
Map
View

Click here to load this message in the networking platform