Connection to PostgreSQL from Excel

2018-08-27 Thread Paul Suworow
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

Re: Connection to PostgreSQL from Excel

2018-08-27 Thread Łukasz Jarych
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