Pb added to the database in the photo, it is like to add other data directly, or have to write code to add in the application? Each ace
CodePudding user response:
Will read in a blob of images, and then save the blob data, and other data preservation
CodePudding user response:
Use the function reads the image file to the blob variable (assuming the lb)
http://blog.csdn.net/yyoinge/article/details/6935768
Then use updateblob syntax to submit to the database
Updateblob t_ table name set picture fields=: lb where a=: a value using the sqlca.
CodePudding user response: