When receiving DBF files I usually look at the structure by loading it into Excel. In this case I received DBF files that were much too large to be handled by Excel. Before writing queries it is useful to be able to look at the column names and types. That is what this GAMS job does:
$ontext |
The output looks like:
------------------------------------------------------------------------ SPAM2005_HARVA_TALL_BETA SPAM2005_HARVA_TALL_BETA_1 SPAM2005_PROD_TALL_BETA_1 ------------------------------------------------------------------------ |
I looked for some free DBF viewers, but they largely originate from obscure Russian web sites and Google warned not to open the downloaded zip files. This ADO based approach should at least create no problems like introducing viruses.
No comments:
Post a Comment