Changeset 45 for trunk/Application/Clients/UChronisClientMySQL.pas
- Timestamp:
- Mar 12, 2012, 10:23:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Clients/UChronisClientMySQL.pas
r44 r45 40 40 SMissingBaseType = 'Missing base typ for %s'; 41 41 SUndefinedType = 'Undefinned type %s'; 42 SCantLoadObjectWithoutId = 'Can''t load object without id'; 42 43 43 44 … … 69 70 Table: string; 70 71 begin 72 if AObject.Id = 0 then raise Exception.Create(SCantLoadObjectWithoutId); 71 73 try 72 74 DbRows := TDbRows.Create;
Note:
See TracChangeset
for help on using the changeset viewer.