Displaying 1 result from an estimated 1 matches for "sub_group_where_condit".
2009 May 16
1
Fwd: Cannot allocate a new database connection error
...ion , i used in this way:----
This is the structure of my code:--
main <- function ()
{
#Looping through 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())...