how do I check the .dbf file size
763572Jun 1 2010 — edited Jun 1 2010Hi All,
I want to check which .dbf file is associated with current workspace and also want to check the size of .dbf file.
Here is what i am trying to work on
I have DB with BLOB where lot of records get stored so .dbf file gets filled very quickly. So i am trying to use BFILE instead of BLOB . As far as i understand BFILE will create link to external file and it will not store the file into DB(.dbf file). whereas BLOB will store the data into DB.
So after a complete run with BFILE it should not fill out my .dbf file which was the case with BLOB.
Thanks for the help :)
Edited by: user8959307 on May 31, 2010 10:29 PM