Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stocking pdf files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01337253
Message ID:
01337255
Vues:
7
>Hi,
>
>I will have to associate PDF files to each record of my clients table. I suppose that keeping the file apart with only the name in reference in my table will be more secure and easy to manage than putting the file in a general field. Am I right or there something better to do?

Yes, storing just the names would be much easier if your server is secure and you're sure that nobody deletes/destroys this directory.

If you want to keep files with the table you may use BLOB field instead of General. Or you can use MEMO (binary) and put your files there with filetostr(myPDFFile).
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform