Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Storing' Files in DBF files
Message
 
 
To
25/09/2011 20:59:45
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01524682
Message ID:
01524686
Views:
71
>Hi All:
>
>My client wants to associate JPG, XLS and DOC files with his customer database. I was thinking of storing the name in a field and then invoking the right program via office automation when he requests it. Any references that anyone can point me to in helping me with this project?
>
>As far as I know, a GENERAL field only handles pictures. Is this right?
>
>Thanks,
>
>Yossi

You can store blob data in the database (memo (binary)), but the recommended method is to store FileName (if you don't need to store path) and then you can use ShellExecute with default open action to open the file.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform