Including the field name in the record with the data is a great way to track changes.
将字段名包含到带有数据的记录中是跟踪更改的好方法。
Instead, you should call the TSQLDataSet.FieldDefs.Update method, which will only retrieve the metadata for the field definitions, and not the actual record data for the selected table itself.
您应该调用TSQLDataSet . FieldDefs . Update方法,该方法只为字段定义检索元数据,没有为选定的表本身检索实际记录数据。
Records – Unlike the Database systems where each record has one or more fields, a Record in RMS is an individual data field.
Records —— 与每条记录拥有一个或多个字段的数据库系统不同,RMS 中的一条 Record 是一个单独的数据字段。
应用推荐