How do I access a PostgreSQL DB?

Reply

Join Date: Oct 2004
Posts: 274
Reputation: mmiikkee12 is an unknown quantity at this point 
Solved Threads: 5
mmiikkee12's Avatar
mmiikkee12 mmiikkee12 is offline Offline
Posting Whiz in Training

How do I access a PostgreSQL DB?

 
0
  #1
Jul 9th, 2005
I just got a JSP hosting account and I'm wondering how I can connect to the PostgreSQL DB and execute queries. According to the host's FAQ, the database URL is:
jdbc:postgresql://localhost/username,username,password
.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 9
Reputation: keibi is an unknown quantity at this point 
Solved Threads: 0
keibi keibi is offline Offline
Newbie Poster

Re: How do I access a PostgreSQL DB?

 
0
  #2
Jul 10th, 2005
You don't access databases through JSP. JSP comes paired up with servlets written in Java. The servlets (and underlying classes) does all the heavy work, while the JSPs just view the results.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 274
Reputation: mmiikkee12 is an unknown quantity at this point 
Solved Threads: 5
mmiikkee12's Avatar
mmiikkee12 mmiikkee12 is offline Offline
Posting Whiz in Training

Re: How do I access a PostgreSQL DB?

 
0
  #3
Jul 10th, 2005
You can't just do it with
  1. <%
  2. DB access code here
  3. %>
?
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 9
Reputation: keibi is an unknown quantity at this point 
Solved Threads: 0
keibi keibi is offline Offline
Newbie Poster

Re: How do I access a PostgreSQL DB?

 
0
  #4
Jul 10th, 2005
No idea, I never tried. I manage my database connections with Hibernate (persistence framework), and put only view code in the jsp's.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 274
Reputation: mmiikkee12 is an unknown quantity at this point 
Solved Threads: 5
mmiikkee12's Avatar
mmiikkee12 mmiikkee12 is offline Offline
Posting Whiz in Training

Re: How do I access a PostgreSQL DB?

 
0
  #5
Jul 16th, 2005
Anyway, what's the Java code for accessing the DB?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JSP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC