Postgresql and VBA - Connection Timeout

2019-07-11 Thread Wayne Mell
Can someone help me with executing a postgres function from VBA? No matter what function I call, it always times out after exactly 30 seconds. I've tried to use the statement_timeout a million different ways and always get an error that states "Cancelling statement due to statement timeout" in

Re: Postgresql and VBA - Connection Timeout

2019-07-12 Thread Wayne Mell
plied. Wayne From: Adrian Klaver Sent: Thursday, July 11, 2019 3:21 PM To: Wayne Mell; pgsql-general@lists.postgresql.org Subject: Re: Postgresql and VBA - Connection Timeout On 7/11/19 1:04 PM, Wayne Mell wrote: > Can someone help me with executing a postgres

Re: Postgresql and VBA - Connection Timeout

2019-07-13 Thread Wayne Mell
is a much nicer solution than editing the DLL. I am very grateful for your help. Thank you, Wayne From: Inoue, Hiroshi Sent: Friday, July 12, 2019 7:53 PM To: Wayne Mell Cc: Adrian Klaver; pgsql-general@lists.postgresql.org; pgsql-o...@lists.postgresql.org