Re: Error: "Out of memory while reading tuples." in pushing table from SAS to PostgreSQL on Mac

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: Error: "Out of memory while reading tuples." in pushing table from SAS to PostgreSQL on Mac
Дата
Msg-id 548DB605.9030309@squeakycode.net
обсуждение исходный текст
Ответ на Re: Error: "Out of memory while reading tuples." in pushing table from SAS to PostgreSQL on Mac  (Andy Colson <andy@squeakycode.net>)
Список pgsql-general
>
> Ah!  That would explain it.
>
> Welp, this search was more helpful: "Out of memory while reading tuples"
>
> http://stackoverflow.com/questions/22532149/vba-and-postgresql-connection
>
> It says: include UseDeclareFetch=1 in connect string, which sounds like its part of odbc.  How does SAS connect to
PG?
>
> -Andy
>

Here is another reference that describes the same problem:


https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4498d4f2-9646-4921-b56d-79e22c14a215/import-data-from-postgresql-into-sql-server-2005

The answer (very bottom) is to set the "use declare/fetch" option in psqlODBC driver options.


-Andy


В списке pgsql-general по дате отправления:

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: Error: "Out of memory while reading tuples." in pushing table from SAS to PostgreSQL on Mac
Следующее
От: wetter wetterana
Дата:
Сообщение: Re: Error: "Out of memory while reading tuples." in pushing table from SAS to PostgreSQL on Mac