Azure Database for MariaDB
An Azure managed MariaDB database service for app development and deployment.
56 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Object cannot be cast from DBNull to other types" (mariadb 10.3)
That is correct. when a column value is null, the object DBNull is returned rather than a typed value. You must first test that the column value is not null via the api before accessing as the desired type.