PostgreSql out of memory while reading tuples
在用 access 抓取 PostgreSql 的資料時顯示 out of memory while reading tuples 在 google 查找,總算找到解決方法,說是 odbc 的設定,解法方法如下:
在 postgreSql 的 odbc 設定在Datasource 的選項中有一個 Use Declare/Fetch 必須選取,就可以了
參考:http://www.ispirer.com/doc/sqlways39/Output/SQLWays-1-368.html
迴響
PostgreSql out of memory while reading tuples | 豬窩 | 5
Informative article, totally what I needed.