Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending a JPG into a general field
Message
De
03/01/2007 15:38:25
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01181794
Message ID:
01181974
Vues:
9
Bmp will work with no problems. It's Jpg that creates problems.

>For kicks, try the following code to see if the appended file makes it into the gen field. point to a small file when u do the import. and make sure its a file on your C drive... just to test. I am pointing to a windows bmp under WINNT. Try a BMP and a JPG.
>
>
CREATE TABLE TempGnrl FREE (tp_dummy C(1), tp_general G)
>INSERT INTO tempgnrl (tp_dummy) VALUES ("X")
>APPEND GENERAL tempgnrl.tp_general FROM "C:\WINNT\soap bubbles.bmp" LINK
>BROWSE
>
>>No, I'm trying to use the GENERAL method because the other way isn't working.
>>
>>Thank you all for the suggestion not to use APPEND GENERAL if possible, but that ship has already sailed. Could someone please answer the original question, as how to actually save a graphic to the general field?
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform