Board index » delphi » SQLDataSet GetMetadata
Erick Sasse
![]() Delphi Developer |
SQLDataSet GetMetadata2007-11-28 10:12:29 PM delphi59 I don't understand this part from the help file: "GetMetadata must be True to perform any operations that require an index. These operations include setting up master/detail relationships, updating data from a client dataset when the provider's UpdateMode is not upWhereAll, and delayed fetching of BLOB data. " I use UpdateMode = upWhereKeyOnly and I am pretty sure the database uses the PK index to locate records faster, even if GetMetadata is false. -- Erick Sasse |