When the database connection is used/stored directly within the object, we can not save/load the object. Instead of keeping the active database connection within the object it might be better to use, similar to the MsBackendOfflineSql just the connection information and connect to the database on demand.
When the database connection is used/stored directly within the object, we can not save/load the object. Instead of keeping the active database connection within the object it might be better to use, similar to the
MsBackendOfflineSql
just the connection information and connect to the database on demand.