Page 1 of 1

Offline Tables

Posted: Fri May 23, 2014 6:01 pm
by soapagent
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,

Re: Offline Tables

Posted: Mon May 26, 2014 9:54 am
by Mark_Dale
Are you wanting to access the data using a program running on the device, or a program running on the server?

Re: Offline Tables

Posted: Mon May 26, 2014 2:15 pm
by soapagent
Mark, forget this question - I've got myself mixed up about how offline/online works.