Saving to DBF from an array of Hashes:
We can also directly save data from an array of hashes to dbf, using FW_HashToRec( hHash, [fieldlist] ) function.
[code=fw:1edzua0h][/code:1edzua0h]
Assuming we already know the field names and structure in advance, in the above case we can directly download the data into a dbf like this:
[code=fw:1edzua0h][/code:1edzua0h]
↧