Database Field Type for Images and Documents

Looking for recommendations on field type and definition for images, documents, etc...anything binary. I'm a database design first guy.

Anyone have any susggestions?

Not sure how your question is related to Radzen, maybe you can use Stackoverflow to find such information.

If you are using SQL Sever as your database engine and you are using RADZEN to develop your app, then your any column that will store BLOB (images,documents etc) datatype will be set as nvarchar(max)

Hello @jfuqua, I will do a tutorial shortly on this

@jfuqua as I promised earlier, here is a tutorial which addresses your question.

1 Like