Re: [SQL] link to Jsp

2008-03-27 Thread Craig Ringer
Shavonne Marietta Wijesinghe wrote: > Hello > > I'm trying to connect to my postgresql db from a JSP page but my db is on one > computer and the jsp in another.. > > Has anyone done something like this before?? > > private synchronized Connection getConnection() throws > ClassNotFoundExcepti

[SQL] link to Jsp

2008-03-27 Thread Shavonne Marietta Wijesinghe
Hello I'm trying to connect to my postgresql db from a JSP page but my db is on one computer and the jsp in another.. Has anyone done something like this before?? private synchronized Connection getConnection() throws ClassNotFoundException, SQLException { final String DRIVER = "org