Hey
I'm using a dbexpress to connect to a mysql server, that works.
I then do a query and from that assign values to variables.
Now my issue it that I can't seem to find a way to read a 'NULL' value from the Database and assign it to a variable.
error: "Could not convert variant of type (NULL) into type (string)"
The Data in that field is not anyways a NULL value, so What can I do in order to read that Value and then work with if?