Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Info_Table:
Bundle Image_size(122,122) LOAD * INLINE [
Country, Map
India, C:\Users\Sudheep\Desktop\India Map.jpg
Australia, C:\Users\Sudheep\Desktop\Australia Map.jpg
];
Table2:
LOAD * INLINE [
Country
India
Australia
];
The regular data will be stored in the RAM (The data in table2). But where does the data loaded through info/bundle prefix get store?
Example in this case the India map and Australia map? Will it get loaded from the disk instead of RAM?
Thanks
The binary image will be stored in inside the qvw file with Bundle Info load and it will be loaded into RAM when the document is opened.