Displaying 1 result from an estimated 1 matches for "aconnecttest".
2007 Apr 22
0
Intro and a Question
...ot;select * from ConTest"),silent=TRUE);
if(ConTestPass(mytest[[1]])==0) {
print("reconnect failed...check network and login details.")
# drop into a network scan process...
}}
else {print("connection re-established")};
return(SentientCon)
}
ConTestPass<-function(aconnecttest){
if(aconnecttest==1) return(1) else return(0);
}
I now have a lot of orphaned connections? because I get back
Error in mysqlNewConnection(drv, ...) : RS-DBI driver: (ΒΈ/&cannot allocate a new connection -- maximum of 16 connections already opened)
So this means I need better control over...