Hello,
I will be grateful if you find a solution to my problem.
I would like to use a blob image from my database for these cards.
I tried with this code but it gives nothing:
select
dbms_lob.getlength(IMG_PMV) as image
,'Click here' title
,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content
,'This is a link' btn_label_1
,' ' btn_label_2
from RP_PMV where COD_TYP_PMV=30
union
select
dbms_lob.getlength(IMG_PMV) as image
,'Click here' title
,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content
,'This is a link' btn_label_1
,' ' btn_label_2
from RP_PMV where COD_TYP_PMV=31
Hello, I will be grateful if you find a solution to my problem. I would like to use a blob image from my database for these cards. I tried with this code but it gives nothing:
select dbms_lob.getlength(IMG_PMV) as image ,'Click here' title ,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content ,'This is a link' btn_label_1 ,' ' btn_label_2 from RP_PMV where COD_TYP_PMV=30 union select
dbms_lob.getlength(IMG_PMV) as image ,'Click here' title ,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content ,'This is a link' btn_label_1 ,' ' btn_label_2 from RP_PMV where COD_TYP_PMV=31