Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wwipstuff.encodedbf and ASP
Message
 
À
09/11/1999 22:56:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00289218
Message ID:
00289444
Vues:
26
>John- the Response.Write method uses some character conversion to make anything "written" safe for HTTP transport. It does not handle Binary data, like that created by wwIPSTuff::EncodeDBF.
>
>Check out Response.BinaryWrite. It skips the character conversion, and should make your output safe.

Actually if you do this from VFP or return this data from a VFP COM object BinaryWrite alone will not do the trick.

I wrote an article in FoxPro Advisor about this issue actually and it was published in last months FPA.

You need to use CreateBinary() in VFP on any binary data that is returned or written to a COM object such as the ASP Response object.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform