Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store Images
Message
De
09/09/2006 08:20:06
 
 
À
09/09/2006 05:28:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01152528
Message ID:
01152533
Vues:
20
>Hi All,
>
>I want to ask if there is a way to store images in the table I write these commands but its give me error "File does not exist"
>
>gImage = GETPICT()
>IF EMPTY(gImage)
>RETURN
>ENDIF
>APPEND GENERAL images.photo FROM "gImage"
>
>thank you for your time.

Listen to a very good advice: avoid general fields AT ALL COST, they will cause you nothing but problems. Keep the images as separate files and store only the file names in the table.

I call a general field a FINO field, meaning First In Never Out, or a WROM field, meaning WRite Only Memory. It's easy to get the data into the general field, but it's almost impossible to get the data out again.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform