[R] reproducible rodbc crash

Jack Tanner ihok at hotmail.com
Fri Oct 29 01:38:14 CEST 2004


On Windows XP, R 2.0.0.

 > library(RODBC)
 > mydsn <- odbcDriverConnect("DSN=mydsn")
 > odbcClose(mydsn)
 > sqlQuery(mydsn, "select * from foo_t")

[boom, bam, burp, crash, wheeze]

I grant that an sqlQuery on a closed DSN is a stupid thing to do, but it 
still should't crash, right?




More information about the R-help mailing list