Re: [SQL] Connecting to Postgres from Windows

2000-11-03 Thread Indraneel Majumdar
check your pg_hba.conf file for correct permissions. you need to have host based authenticationenabled for the network/hosts from where you are trying to connect. HTH \Indraneel On Fri, 3 Nov 2000, Umashankar Kotturu wrote: > Hi > > I am connecting to postgres in a java program running on wind

[SQL] Connecting to Postgres from Windows

2000-11-03 Thread Umashankar Kotturu
Hi I am connecting to postgres in a java program running on windows 98. a) I am running the postgres on linux with -i option b) I am using the url as "jdbc:postgresql://:5432/testdb" The program is unable to resolve the url? The same thing happens when executing the java code on the linux mach