Re: can't access PostgreSQL from Servlet

2001-12-27 Thread Micael Padraig Og mac Grene
At 09:55 PM 12/27/01 -0800, you wrote: > When servlet is executed ResultSet >returns null when it shoud return result of SQL query. > > >I don't know where the problem could be but it seems >that Java code or some type of permission is >incorrect. Here is my Servlet code that compiles but >gives

can't access PostgreSQL from Servlet

2001-12-27 Thread Sanjeev Rathore
Iam trying to access a table from PostgreSQL 7.1.3 from servlet. These are the software that I am running. Tomcat 4.0 PostgreSQL 7.1.3 RedHat 7.2 I am able to access meta data of PostgreSQL from servlet, which means that JDBC driver must be working. I am able to access database called 'auction'