Displaying 1 result from an estimated 1 matches for "test_append2".
2009 Oct 16
2
RODBC sqlSave does not append the records to a DB2 table
...instrator try it, and she had a
similar experience. No error message is returned, but the record is not
inserted to the table.
For testing purposes, I have a very simple one-row, three-column
data.frame (se2) I want to insert into a DB2 table.
> sqlSave(channel, se2, tablename = "STORAGE.TEST_APPEND2", append = TRUE,
+ rownames = FALSE, colnames = FALSE,
+ verbose = TRUE,
+ safer = TRUE, addPK = FALSE,
+ fast = FALSE, test = FALSE, nastring = NULL)
Query: INSERT INTO STORAGE.TEST_APPEND2 ( "MACRONAME", "MACROUSER",
"MACRO_RT" ) VALUE...