Displaying 1 result from an estimated 1 matches for "macrouser".
2009 Oct 16
2
RODBC sqlSave does not append the records to a DB2 table
..., 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" ) VALUES ( 's_ej_mach_config_vz', 'jones2', 5 )
>
I don't get any error message, but when I check the table row count, the
record has not been added to the table.
Any suggestions for how to resolve are appreciated!
Sincerely,
**************** El...