node-firebird icon indicating copy to clipboard operation
node-firebird copied to clipboard

I can't get the data

Open Residentalex opened this issue 3 years ago • 2 comments

image

Residentalex avatar Jul 27 '21 19:07 Residentalex

i'll try to get the result, but nothing

Residentalex avatar Jul 27 '21 19:07 Residentalex

Why you are converting an object to a string?

Tomas2D avatar Aug 04 '21 14:08 Tomas2D

Hi @Residentalex

"res" is a array of objects

console.log(res) // [{NOMBRE: '???'}, ...]

Test: console.log(res[0] && res[0].NOMBRE)

jesusvilla avatar Nov 08 '22 02:11 jesusvilla