Offline Tables
Posted: Fri May 23, 2014 6:01 pm
I created and downloaded a couple offline tables. I want to use them to replace iSeries tables which are accessed a lot but don't change much and don't contain a lot of records to replace the existing SELECTs with local refernces
I can see code showing table and field binding but I can't see how to access the tables in an unbound way (ie as a local select). Can I bind a table to a working list?
There is something about a get_databasetable method but this appear to require looping though all the tables, then all the rows then the all the fields to find a value which can't be what I'm looking for.
(I'm sorry if this is in the tutorials - I worked through them both some months ago bu I can't remember this and I couldn't find any reference just now,
I can see code showing table and field binding but I can't see how to access the tables in an unbound way (ie as a local select). Can I bind a table to a working list?
There is something about a get_databasetable method but this appear to require looping though all the tables, then all the rows then the all the fields to find a value which can't be what I'm looking for.
(I'm sorry if this is in the tutorials - I worked through them both some months ago bu I can't remember this and I couldn't find any reference just now,