Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG?: blobs and CursorToXML/XMLToCursor
Message
De
01/11/2004 14:47:58
 
 
À
01/11/2004 03:25:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
00956461
Message ID:
00956682
Vues:
10
>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.

Hi Eyvind,

By default, XMLTOCURSOR doesn't create Blob fields. The reason is obvious - backward compatibility. However, in the final release, there will be a new flag for XMLTOCURSOR to make this happen.

Thanks,
Aleksey.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform