How to store a file and read file from mssql server using node.js?
I want to create node js application where I want to store a file into mssql. I guess we should use varbinary datatype as we don't have blob datatype in mssql. Then I want to read that file using stream because file size is big.
No comments:
Post a Comment