search for: selectadgroups

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

2008 Jan 24
0
Memory problem
...uite understand about R memory management. I have the following function function (AdGroupId) { print(memory.size()) channel <- odbcConnect("RDsn", uid = "xxxx", case = "tolower", pwd = "xxxxxx") Tree1 <- sqlQuery(channel, "exec SelectAdgroups 111120,0", as.is = c(FALSE, FALSE, FALSE, FALSE, TRUE)) Tree2 <- sqlQuery(channel, "exec SelectAdgroups 200337,0", as.is = c(FALSE, FALSE, FALSE, FALSE, TRUE)) gc() print(memory.size()) odbcClose(channel) rm(channel);rm(Tree1);rm(Tree2); gc() print(memory.size...