Re: how to connect postgresql

2009-04-09 Thread Karen Tracey
On Thu, Apr 9, 2009 at 9:05 AM, Karen Tracey wrote: > On Thu, Apr 9, 2009 at 4:13 AM, NK B wrote: > >> >> hello friends >>i'm work with django. but i create the reports in java >> how to link java and postgresql.please help me... >> >>

Re: how to connect postgresql

2009-04-09 Thread Karen Tracey
On Thu, Apr 9, 2009 at 4:13 AM, NK B wrote: > > hello friends >i'm work with django. but i create the reports in java > how to link java and postgresql.please help me... > > i'm try following code but driver found not connect with db what do > to >

Re: how to connect postgresql

2009-04-09 Thread Thomas Guettler
Hi, this is not a django or python problem. I guess you get more help from a java list. Maybe news:comp.lang.java is the right place. Thomas NK B schrieb: > hello friends > i'm work with django. but i create the reports in java > how to link java and postgresql.please help

how to connect postgresql

2009-04-09 Thread NK B
hello friends i'm work with django. but i create the reports in java how to link java and postgresql.please help me... i'm try following code but driver found not connect with db what do to import java.sql.DriverManager; import java.sql.Connection; import