1

When executing query via SOCI Handler, following error occurred.

db column type 32556 not supported for dynamic selects

I want to know whether SOCI supports BINARY_DOUBLE data type.

YatShan
  • 425
  • 2
  • 8
  • 22

1 Answers1

1

Answer to your 2nd question:

I want to know whether SOCI supports BINARY_DOUBLE data type.

As it appears, BINARY_DOUBLE support is implemented in SOCI: Commit reference. But to be released through SOCI4?

Sampath
  • 1,144
  • 1
  • 21
  • 38