Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Getting binary images from SQL Server database #123

@node2013

Description

@node2013

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions