Why do I get this above error in my jsp page
 
here is the connection code
 
<%@page language="java" import="java.sql.*"%>
<%
Driver DriverRecordset1 = (Driver)Class.forName("PostgreSQL.Driver").newInstance();
 
 

Reply via email to