RJDBC limiting rows from Netezza -
RJDBC limiting rows from Netezza -
i have rjdbc connection netezza. queries should homecoming more 256 rows getting truncated 256 rows. have tested queries in squirrel , work fine (return right number of rows - 600+).
i have tried following:
dbfetch(res, n=-1) dbfetch(res, n=1000) dbsendquery(conn, "select ...", believenrows=false)
all of these homecoming first 256 rows. on mac odbc not option.
upgrading jdbc driver version 5 version 7 resolved issue.
netezza rjdbc
Comments
Post a Comment