Replies: 1 comment
-
|
Same question https://stackoverflow.com/questions/68636510/how-to-read-values-possibly-null-from-database-into-stdvector-via-pocodata but no anwser also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I looked through POCO ODBC User Guide, tryeid some things and after all i have no idea how to (de-)serialize Complex Data Types if one or more struct members can be optional (i need to know column is null or zero for example).
Example:
Of course, I can use RecordSet and I use it. But I don't want to have reallocs.
Beta Was this translation helpful? Give feedback.
All reactions