R
Royce Schnepp
I am trying to create a database program that lists for real estate. I
download the data in DBF file format currently. Here is what I am trying to
do.
I have created a master database table where the DBF files are to be
appended. However, the file names change, so when I import the new DBF files,
the names are different and queries will not work. What I do is rename the
file to the same as the temp table, import it and then append to the master.
However, the problem is that on each import it creates a new table.
I either need to completley delete the table after it has been appended or
what I dont know.
Any suggestions would be a great help.
download the data in DBF file format currently. Here is what I am trying to
do.
I have created a master database table where the DBF files are to be
appended. However, the file names change, so when I import the new DBF files,
the names are different and queries will not work. What I do is rename the
file to the same as the temp table, import it and then append to the master.
However, the problem is that on each import it creates a new table.
I either need to completley delete the table after it has been appended or
what I dont know.
Any suggestions would be a great help.