You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2020. It is now read-only.
I know that using queryRaw i can get in JavaScript encoded image (f.e from Northwind).
But I'm thinking about getting image as a byte array, calling native dll (f.e by node-ffi) to decode it, next optionally resize it (f.e by node-easyimage) and return image binary content directly to browser. The same scenario as we using file handler in ASP.NET.
Could anyone tell me what is the best way to get and process picture from MS SQL Server database with node-sqlserver?