Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I > ISTAT

RX3SIZE

Scroll Prev Top Next More

(ISTAT('RX3SIZE'))

 

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

 

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

 

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.