Displaying 1 result from an estimated 1 matches for "mutual_fund".
Did you mean:
mutual_funds
2010 Oct 22
0
dbWriteTable
I'm having a strange problem with dbWriteTable ... I have the dbWriteTable
inside a batchloop.
dbWriteTable(con,"mutual_funds",tmp_MF_Data_F,append=T,row.names=F) # append
rows to the data table
The data gets updated for the first 3 loops (out of say 100) but then there
is no error and data doesn't update.
The command is getting executed without a problem but the data does not get
updated in the data...