Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I > ISTAT

RX4SIZE

Scroll Prev Top Next More

(ISTAT('RX4SIZE'))

 

The RX4SIZE parameter returns the size, in bytes, of the RX4 file of the currently connected database. You may need to use the following syntax for large databases:

 

SET VAR vSize DOUBLE = (ISTAT('RX4SIZE'))

 

This is simply because the default data type, INTEGER, may not be able to hold values as large as you need.

 

For a combined size use the DBSIZE parameter.