Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save a .bmp in a image type filed of a sql table
Message
 
To
27/06/2002 14:16:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00672998
Message ID:
00673258
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform