search for: tblindexmonth

Displaying 1 result from an estimated 1 matches for "tblindexmonth".

Did you mean: tblindexmonthly
2009 Jan 26
2
R crashes when using the RODBC Package
...ighting FROM qryWeightingsUse" sWeights <- sqlQuery(channel, sql) # ==== Copy Data to Database ==== if ( bWeekly ) { tblName <- "tblIndexWeekly" } else { tblName <- "tblIndexMonthly" } sqlQuery(channel, paste("DELETE * FROM ", tblName)) sqlSave(channel, indexDf, tablename = tblName, append=TRUE, rownames=FALSE) } odbcClose(channel) [[alternative HTML version deleted]]