why do I get all fields from table, not just the ones requested ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

When I make a request from a table for a specific number of columns, I get
ALL columns in the tabel when running request, not just the ones I have
requested ? Do you know why ?
 
How are you requesting this data? You'd have to paste your query in here so
we can see it.
 
Jayjay said:
Hi,

When I make a request from a table for a specific number of columns,
I get ALL columns in the tabel when running request, not just the
ones I have requested ? Do you know why ?

Queries have a property named "Output All Fields". Set that to No.
 
Back
Top