function gsk_dbh_get_last_error

gchar * gsk_dbh_get_last_error
                (GskDbh                *        dbh)
Get a string indicating the last error condition of the database handle, often called when a query callback has (result == NULL).

Parameters:

dbh

The database handle from which to get the last error.