Postgresql & xojo cloud

Oh… here I was thinking XXXXXX was a cool password for my next DB :frowning:

1 Like

Thanks David.

REAL solution:

  1. The “postgres” database is completely empty (as it should be because it’s for postgresql to manage itself. !!! WARNING !!!
'DBlink.DatabaseName = "MEDICS_DB"
DBlink.DatabaseName = "postgres"

in your code, switch to this:

DBlink.DatabaseName = "Medics_DB"
' Row erased
  1. Change the database name property (DBlink.DatabaseName).
  2. Note that Postgres is case-sensitive.

i’ve also faced same issue

Did you manage to solve the problem?

uncordiality not yet, I’m still trying…. .

Are you also seeing this on a Xojo Cloud server?

Hi Jason!
What I see is that the database works fine for me.

Carlton flowers, I can help you.
Describe what is happening and what you have on your computer. For example, share the version of PostgreSQL you have on your machine.

In the blog, it is possible to fix your problem.

1 Like