Offline Tables

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
soapagent
Posts: 93
Joined: Mon Jul 16, 2012 6:19 pm

Offline Tables

Post 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,
Mark_Dale
Posts: 61
Joined: Thu Apr 19, 2012 11:06 am

Re: Offline Tables

Post by Mark_Dale »

Are you wanting to access the data using a program running on the device, or a program running on the server?
soapagent
Posts: 93
Joined: Mon Jul 16, 2012 6:19 pm

Re: Offline Tables

Post by soapagent »

Mark, forget this question - I've got myself mixed up about how offline/online works.
Post Reply