Posts by FlávioD • 7 points
2 posts
-
-1
votes1
answer260
viewsA: SQL Server Binary File
You can use a T-SQL script like the one in the example: USE AdventureWorks; -- Create image warehouse for importing image into sql database CREATE TABLE dbo.ImageWarehouse ( ImageWarehouseID INT…
-
0
votes1
answer260
viewsQ: How to access attributes of an object coming from a request with Node
I have a request that returns the following: object { responseHeader: { status: 0, QTime: 0, response: { numFound: 22, start: 0, docs: [ [Object], [Object], [Object], [Object], [Object], [Object],…