B
BAC
Win 2000 Pro
Office 2003 Pro
I have a Redbrick data warehouse that includes a view of a table that has
181 fields in it. Using the Access Query grid, I get only 134 of these fields.
Using MSQuery or a Pass-through query I can access all 181. One of the
fields that does not show up in the Access query grid is "LOB" that is the
60th field in the View and 72nd field in the underlying table.
I was under the impression that Access would allow me to see up to the 1st
255 fields in ODBC datasets.
I have verified that the query properties option "Output all fields" is set
to yes. Is there any way to be able to access all 181 fields without using
MSQuery or a passthrough query?
I now have a situation that will require users to maintain an "exclusion
list". My plan is to have them add the key value for excluded items to a
table and include an "is null" test against the table to excluded those
records. But Access will not allow me to reference local tables in
passthrough queries.
Buty if i could access that LOB field directly, I wouldn't have a problem (i
use this technique in other places and it works flawlessly)
TIA
BAC
Office 2003 Pro
I have a Redbrick data warehouse that includes a view of a table that has
181 fields in it. Using the Access Query grid, I get only 134 of these fields.
Using MSQuery or a Pass-through query I can access all 181. One of the
fields that does not show up in the Access query grid is "LOB" that is the
60th field in the View and 72nd field in the underlying table.
I was under the impression that Access would allow me to see up to the 1st
255 fields in ODBC datasets.
I have verified that the query properties option "Output all fields" is set
to yes. Is there any way to be able to access all 181 fields without using
MSQuery or a passthrough query?
I now have a situation that will require users to maintain an "exclusion
list". My plan is to have them add the key value for excluded items to a
table and include an "is null" test against the table to excluded those
records. But Access will not allow me to reference local tables in
passthrough queries.
Buty if i could access that LOB field directly, I wouldn't have a problem (i
use this technique in other places and it works flawlessly)
TIA
BAC