foxpro cursor size -


It sounds like a simple problem like this, but I think the solution can not be found anywhere. My co-worker and I am working on an application that uses FoxPro XML dump features. It works great, but we are willing to split into multiple files in the table based on the constraints of some size.

It seems that it should be a simple part: How do you get the size of the cursor in FoxPro?

If you mean file size, then you file dbf with cursor) as an alias Works with the cursor in, it checks whether the return value is the extension .dbf, and then use the file function to read the file size. Although the cursor can be in-memory (if the reporting 'filename' will have a .tmp extension, if I remember correctly) to use the number of one option RECCOUNT (to get the number of rows) To combine (AFIELDS) with the size of each row (to get the size of the file) to approximate the file size. (In-memory cursor can sometimes be forced to disc by including a NOFILTER clause in the generating query)


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -