[R-sig-DB] Does RpgSQL implement dbHasCompleted function?

Xiaobo Gu gux|@obo1982 @end|ng |rom gm@||@com
Mon Nov 1 14:07:27 CET 2010


Hi,

     I write the following the code to retrieve very large result set and do some other processing by chunk, but the error message shows there is not an implementation for pgSQLResult for dbHasCompleted function.

 

Can you package mantainers implement it for me please?

 

 

unable to find an inherited method for function "dbHasCompleted", for signature "pgSQLResult"

 

 

     while(!dbHasCompleted(res)){

        

         data1 <- fetch(res, next.rows)

#other processing with data1

     }

 

 

 

Xiaobo.Gu

 


	[[alternative HTML version deleted]]




More information about the R-sig-DB mailing list