Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert address
Message
De
17/07/2011 12:49:27
 
 
À
15/07/2011 20:39:55
Muthu Vel
Sty Company
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01518328
Message ID:
01518401
Vues:
64
IMO, do not inset any picture into data file using blob or general field, your data will be a big size!
Just store picture file location using memo field

This is a simple method:
*!* assume address field is memo
lcPictureFolder = ADDBS("E:\Muthu\address")
USE addresses.dbf IN 0 ORDER  regno
UPDATE addresses SET address=m.lcPictureFolder + TRIM(addresses.regno) + ".jpg"
Regards,
Ony
Regards,
Ony
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform