Hi team,
I am working on an Excel tool that should allow users to update tables and
charts from a PostgreSQL database. My workbook currently connects to the
database using the following VBA code:
Set objConnection = CreateObject("ADODB.Connection")
ConnString = "DRIVER={PostgreSQL
Unicode
Hi,
i think that this is not possible to avoid installing driver.
pon., 27 sie 2018 o 09:55 Paul Suworow napisał(a):
> Hi team,
>
> I am working on an Excel tool that should allow users to update tables and
> charts from a PostgreSQL database. My workbook currently connects to the
> database us