Hi,
I would like to know if it’s possible to use a image() in HTML from a database under Servoy.
I can do this with a image in my solution:
“”
But it don’t work with a media in my database.
I’d like something like that : “”
Kind Regards
Hi,
I would like to know if it’s possible to use a image() in HTML from a database under Servoy.
I can do this with a image in my solution:
“”
But it don’t work with a media in my database.
I’d like something like that : “”
Kind Regards
Hi Fabien,
You can use the following code:
'<img src="media:///servoy_blobloader?servername=myServer&tablename=myTable&dataprovider=myColumn&rowid=' + myID + '">';