Displaying 1 result from an estimated 1 matches for "sub_grp".
Did you mean:
sub_gp
2009 May 16
1
Fwd: Cannot allocate a new database connection error
...gh subgroups
for(sub_group_num_loopcounter in 1:sub_group_num_data_size[1])
{
#Fetching the where clause for the particular subgroup
* sub_group_where_condition <-
fetch(dbSendQuery(myDbConnect(dbName,hostName), paste(c("SELECT where_clause
FROM sub_grp where
num=",sub_group_num_data[sub_group_num_loopcounter,1]),collapse="")), n =
-1) *
}
dbDisconnect(con)
dbListConnections(MySQL())
l<-list()
}
Where should i close the DB connection or use one single connection
throughout the...