Replies: 1 comment
-
|
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
-
I am trying to get information from a MySQL table, with a column type "text".
I am certain my connection to the database works, because I can already read the other column of the table.
This is my table.
This is the ouptut :
N4Poco7Dynamic3VarE N4Poco4Data3LOBIhEE NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE 2022-10-17T19:00:23Z [ERR ] Exception at ./DataBase.cpp:544 (Bad cast exception)
I have already tried to cast LOB to the column with this code:
Building the code with the cast LOB, I get an error.
Beta Was this translation helpful? Give feedback.
All reactions