79445231

Date: 2025-02-17 11:24:20
Score: 0.5
Natty:
Report link

For UnixODBC and Oracle ODBC, to get long 64 bit value the proper approch will be to fetch the value as a string.

Use SQL_C_CHAR Then you can convert the value in long long (64 bit) using strtoll.

This will also work for negative numbers.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jay Makhija