1
I have files saved in a column of my bank (SQLSERVER) of the kind varbinary and accurate recover those files saved in that column and show-los in a modal or lower-los; however, I need to do this using JS. Someone can help me?
1
I have files saved in a column of my bank (SQLSERVER) of the kind varbinary and accurate recover those files saved in that column and show-los in a modal or lower-los; however, I need to do this using JS. Someone can help me?
Browser other questions tagged javascript sql-server varbinary
You are not signed in. Login or sign up in order to post.
Do not record files, especially if they are large, in DB (this destroys performance) unless you are using the features.
– jean