Savework on specific Dbs. If a save of one DB fails, the others will still be done. Returns false if one of DB fails, use RetrieveErrors() in this case.
Savework on specific Dbs. If a save of one DB fails, the others will still be done. Returns false if one of DB fails, use RetrieveErrors() in this case.
public abstract bool SaveWork(Db[],string);
Save all changes. Savework is actually done on a DB by DB basis. If a save of one DB fails, the others will still be done.
public abstract bool SaveWork(string);
MDB Class | Aveva.Pdms.Database Namespace