It seems that rs.getBigInt(i) return an object and we have to convert it to int64 value.
I tried:
vat aBigIntNum = Number(ctypes.Int64(rs.getBigInt(i)));
and it works for me now.
Hope this help someone that is newbee like me :-)
It seems that rs.getBigInt(i) return an object and we have to convert it to int64 value.
I tried:
vat aBigIntNum = Number(ctypes.Int64(rs.getBigInt(i)));
and it works for me now.
Hope this help someone that is newbee like me :-)