Closed emontebeller closed 1 year ago
I'm getting exception when I run std::string test = qry.get(12);
and the column value is null......
What I'm doing wrong?
I think I need more info. If the value can be null, you can use const char* version and check if the value is null.
I'm getting exception when I run std::string test = qry.get(12);
and the column value is null......
What I'm doing wrong?