Hi List,
I want to append some rows from R into sql server. So, I submitted the code 
below. there is not any error message:
dbWriteTable(conn = con, name = "PMDB._Alias_A", value = try1, overwrite=FALSE, 
append=TRUE, row.names = FALSE)
But when I try to query the data from the Sql server, I can not find the 
records were appended. Did I miss something in the code?
Thank you,
Kai

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to