Skip to content

Cannot allocate a new database connection error

2 messages · Moumita Das, Uwe Ligges

#
Open a connection as in

con <- myDbConnect(dbName,hostName)

before the loop starts and afterwards just work on "con".

Uwe Ligges
Moumita Das wrote: