Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Save a .bmp in a image type filed of a sql table
Message
 
À
27/06/2002 14:16:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00672998
Message ID:
00673258
Vues:
13
Hi again
I have resolve my problem this way.
I creat a tempory table with a generale field contaning my image
Next i insert in my sql table my general field like this
Ex.:
Use c:\Plan alias Plan In 0 Shared
Go top
Do while !eof()
lstrsql = "Insert into TblPlan (ImmPlan) values (?Plan.Imm)"
SqlExec(Z_Conn,lstrsql,"ctest")
skip
Enddo

Thanks again
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform