Binary Images from MS SQL

Hello,

I'm trying to use images from MS SQL, they are stored a VARBINARY. Just a binary blob.

I found suggestions to convert the binary to base64, like here: Displaying an image from a database field

And that's fine, works. But is there no way how to use binary images directly?

Hey dr_snglr, Unfortunately, you're correct. Retool only supports image URLs and base64 images but not binary images :frowning: But I'm glad to hear that converting from binary to base64 works for you!