Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store images to a blob field type
Message
From
22/06/2006 17:20:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01082689
Message ID:
01130971
Views:
19
Well this is the case i have a data base in SQL Server 2000 and inside it i have a image field i want to know how can i print that image in VFP9.

I sav de image in the Sql Server 2000 with this form:

for save:
thisform.table.fields("Field").value=createbinary(filetostr(thisform.image1.picture)

for modify:
thisform.image1.pictureval=table.fields("Field").value

i am using recorsets.
Previous
Reply
Map
View

Click here to load this message in the networking platform