Home > database >  How to store the path of the image is converted into binary code?
How to store the path of the image is converted into binary code?

Time:10-04

In the pb10, is there any way to store the path of the image is converted into binary code? Because of the original table column is stored image path, now want to deposit into binary code, could you tell me which friend know not to know is there a way to solve?

CodePudding user response:

Use FileRead () can
For example, your path is C: \ test. BMP

Blob lb_picture
Int li_fnum
Li_fnum=FileOpen (" C: \ Test. BMP, "StreamMode!)
FileRead (li_fnum lb_picture)
Principle is that, you are free to grasp it!
By the way make friends!

CodePudding user response:

What ah

CodePudding user response:

Could you go into more detail point; I also want to know
  • Related