Arif Mohammed

Arif Mohammed

  • NA
  • 69
  • 7.2k

read pdf and display in c# forms from oracle BLOB column

Oct 9 2019 5:05 AM
i am storing pdf files in oracle table as BLOB . Basically there are two fields one is text and other is BLOB. 
Text stores the information of work order number : wo_no 
BLOB stores the information of pdf or saves pdf file :wo_report 
mow i want to create a form , if i type a wo_no then pdf attached to it should be displayed accordingly.
 

Answers (1)