Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The goal is to access dictionary rows that are not mapped to the shadow dictionary because they have an invalid type. But it can be used for any table on the server.

See also

RTI_READURTI_WRITERELEASE

Example

Read a value from a dictionary

 
Code Block
volname = 'QM_BOBCART'

method = 'READ'
 
nativetable = 'DICT TEST_SELECT'
 
key = 'MY.SEQUENTIAL.COUNTERS'
 
record = ""
 
Call MVBFS_NATIVE_TABLE(VolName, Method, NativeTable, key, record, status)
 
value = record<1>