Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert BLOB from Gen field?
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00416010
Message ID:
00416371
Views:
28
Sounds real cool. And you're storing to a memo field, not a binary memo field?

I wonder if I should still use the MSSQL7 image type or the binary type on the backend.

Actually, I was thinking the general field type in VFP wouldn't be of that much use anyway, since I don't need the extra OLE stuff that a general field takes, I just need the file itself for a moment to pass onto MSSQL7.

Thanks for the idea!


>Using FileToStr(), pull the entire DOC file into a character memory variable. STORE that memory variable to a memo. When you need to reconstitute the file, use StrToFile(). This will avoid the issue of GENERAL fields all together.
>Sounds nuts, but I couldn't make it blow up. Stunning.
>
>Marty
Previous
Reply
Map
View

Click here to load this message in the networking platform