I need to update tables in an MS Access database, but sqlSave(..., append =
TRUE) keeps returning errors. I've spent the better part of the last hour
on Google, but haven't found an adequate answer. Here's my code.
#+ Munge ----
# Call in resampled plots from CRC_Data.DB
resample <- sqlFetch(CRC_Data.DB, "tblResampledPlots")
glimpse(resample)
Error in sqlSave(Summaries.DB, plots.write, "tblPlotsResampled", append =
TRUE) :
unable to append to table ?tblPlotsResampled?
Thanks,
MVS
=====
Matthew Van Scoyoc
=====
Think SNOW!