ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rschlar on December 04, 2015, 02:10:22 pm

Title: recIndx and multifield primaryKey
Post by: rschlar on December 04, 2015, 02:10:22 pm
There is table with a multi-field primarykey (two columns). Is there a possibility to declare this at recIndx?
Title: Re: recIndx and multifield primaryKey
Post by: paramvir on December 04, 2015, 02:30:10 pm
There is no inherent support for multi-field primarykey in the grid. Workaround is to join the fields with some known character e.g., underscore '_' when data is fetched by the grid and split the joined field to get individual fields when data is posted by the grid.