wants to connect the ads script with my postgres database will it be possible ??
i m providing connection as shown below:
var conn = Jdbc.getConnection('jdbc:postgresql://host:port/optimization_test_yt',{user: 'xx', password: 'xx'});
but it throws error as shown below
"Connection URL uses an unsupported JDBC protocol"
how can i connect my postgres db to ad script