S
Shutterbug
Is it possible to load a table into memory like an array but still use it
with field names? I have loaded tables into an array but I would like to do
so while still using the same field names that the table has. I saw where
SQL had something like virtual tables. I do not know if that is the same
thing. I'm using the Jet engine.
I have an application that downloads data from the ERP system and builds
order acknowledgements reports. There is not a lot of data in each table, 1
order with at most 20 order lines. If I could develop this with tables then
convert the tables all to memory maybe I could speed up the application.
with field names? I have loaded tables into an array but I would like to do
so while still using the same field names that the table has. I saw where
SQL had something like virtual tables. I do not know if that is the same
thing. I'm using the Jet engine.
I have an application that downloads data from the ERP system and builds
order acknowledgements reports. There is not a lot of data in each table, 1
order with at most 20 order lines. If I could develop this with tables then
convert the tables all to memory maybe I could speed up the application.