[GENERAL] Still No Suitable Driver

2000-08-24 Thread Jackson Ching
Hi, Thanks for the answers before. But i still have the same problem. i don't know why. i have put jdbc7.0-1.2.jar in /opt/IBMJava2-13/jre/ext and /opt/IBMJava2-13/jre/lib already and put them in the CLASSPATH=$CLASSPATH:/opt/IBMJava2-13/jre/ext/jdbc7.0-1.2.jar I als

[GENERAL] No Suitable Driver

2000-08-24 Thread Jackson Ching
Hi, I got my servlet work but i'm getting error saying No Suitable Driver in my JDBCConnectionPool. why is that so? what could be wrong? I had tested it on oracle under windows it works fine, now in Redhat linux with postgres, i got that error. jackson

[GENERAL] JDBC

2000-08-24 Thread Jackson Ching
Hi, I've installed PostgreSQL 7.02 RPM Version with it's JDBC package RPM, now i'm trying to run my java application that connects to postgresql. driver: postgresql.Driverand connection: jdbc:postgresql:mydb I got errors saying class not found. i tried to check for

[GENERAL] Number of Tables

2000-07-12 Thread Jackson Ching
Hi, Is there a limit in PostgreSQL 7.0.2 on how many number of tables can be created? Jack