Android Question JdbcSQL and Postgresql connection problem

_dp_

New Member
I cant connect with JdbcSQL example to Postgresql db. There is modification I made:
Public pg As JdbcSQL
Private driver As String = "org.postgresql.Driver"
Private jdbcUrl As String = "jdbc:postgresql://10.100.100.96/test_18"
Private Username As String = "xxx"
Private Password As String = "xxx"

#AdditionalJar: postgresql-42.2.19.jre7
and program hangs on authorisation phase
2021-03-22 01:06:26.109 PDT [4676] LOG: connection received: host=10.100.100.96 port=59437
 

_dp_

New Member
Im trying to port our WMS applicaton written in Sencha. App works in intranet so there is no security problems ...
We need Androdid app and my problem is that I cant connect on Postgresql server, program just hungs while trying to logon.
 
Upvote 0
Top