Aw: Postgres Connection Issue

2020-08-16 Thread matthias rebbe via use-livecode
Todd, could you please also remove the 2 slashes? - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.08.2020 um 19:33 schrieb Todd Fabacher via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Thanks Matthias Rebbe for the reply > > Did you already try to remove the https

Re: Postgres Connection Issue

2020-08-16 Thread Matthias Rebbe via use-livecode
Did you already try t o remove the https:// from tDatabaseAddress? I am not used with Postgres, but this https would definitely not work when connecting to MySQL. Von meinem iPhone gesendet > Am 16.08.2020 um 07:42 schrieb Todd Fabacher via use-livecode > : > > ocal tDatabaseAddress = "ht

Postgres Connection Issue

2020-08-15 Thread Todd Fabacher via use-livecode
ocal tDatabaseAddress = "https://x-0.a.db.ondigitalocean.com::25060"; put revOpenDatabase("postgresql", tDatabaseAddress, "admin", tDatabaseUser, tDatabasePassword, "sslmode=require") into tConnectionID Error Message invalid port number: "//x-0.a.db.ondigitalocean.com::25060" Wha