Re: How to speedup inserts via ADO ?

Поиск
Список
Период
Сортировка
От Arnaud Lesauvage
Тема Re: How to speedup inserts via ADO ?
Дата
Msg-id 4B7AB9B9.4010704@codata.eu
обсуждение исходный текст
Ответ на How to speedup inserts via ADO ?  (Arnaud Lesauvage <arnaud.listes@codata.eu>)
Список pgsql-odbc
Le 16/02/2010 16:22, Relyea, Mike a écrit :
> A word of caution that I bumped into - passthrough queries have a limit
> on the number of characters they can contain.  I don't remember what
> that limit is off the top of my head but I'd guess somewhere around
> 65000.  If your insert string(s) are very long you may have to split it
> up into more than one passthrough.

Thanks for the tip.
Does it also apply to queries passed directly in VBA via the
connection's "execute" method ?
If that's the case, I might try to use an ADO "command" instead.
But defining the parameters of such a command is even worse than parsing
them in an INSERT string...

--
Arnaud Lesauvage

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

Предыдущее
От: "Relyea, Mike"
Дата:
Сообщение: Re: How to speedup inserts via ADO ?
Следующее
От: Valdas Rutkauskas
Дата:
Сообщение: Re: numeric type issue