search for: adgroupid

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

Did you mean: adgroup
2008 Jan 24
0
Memory problem
Hi All, There is something I don't quite 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(c...