Discussion: Edit a dataset
Afficher un message
Vieux 28/03/2008, 16h54   #1
Sawlmgsj
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Edit a dataset

I want to query a set of tables in order to create a dataset that I can look
at (in a grid in my application) and decide manually whether I want to
include the records for further processing such as including in a report. I
thought to have a bit field which I can treat as a boolean value and then
check or uncheck it in my application. My tables do not contain the bit
field.

Is it possible to generate such a field in my query which can be edited
subseqently by the operator in the grid in the application? I have tried
this with a query, but am not allowed to edit a derived field.

Another thought was to create a temporary table to contain an ID and the bit
field. My original query would populate the temporary table with the ID and
my bit field would be set to 1 (true). After this I create my dataset by
linking my temporary table (via the ID) with my original main table. Then
there is no hindrance to my editing the bit field.

Is there a better way of doing this operation?

Thanks,
Steve.
  Réponse avec citation
 
Page generated in 0,05281 seconds with 9 queries