[ADMIN] failing to create data directory

1999-07-29 Thread ALPESH KOTHARI
does not print gmake[1]:leaving directory (point no. 15 in the file). Also when i check my /usr/local/pgsql dir i cannot see the data directory created. If i continue with the installation at 'initdb' it tells that it has failed. Please help me thanks alpesh === KOTHARI ALPESH

[ADMIN] Postgresql and java Connectivity

1999-09-18 Thread ALPESH KOTHARI
rs.next (); while (more) { for (i=1; i<=numCols; i++) { if (i > 1) System.out.print(","); System.out.print(rs.getString(i)); } System.out.println(""); more = rs.next (); }} } Is there some mistake in the program?? Also, is th