Re: JSP does not connect postgresql with jdbc

2004-03-29 Thread Walter Truitt
Not having used postgreSQL with JDBC yet, I would guess that the properties you are passing to create a DB Connection did not include the user property. This may be the username of the person running the server or something similar. If you are using a property file, a line like this might do:

RE: JSP does not connect postgresql with jdbc

2004-03-29 Thread Schalk
Do you pass the username and password to access the database? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web:

RE: JSP does not connect postgresql with jdbc

2004-03-29 Thread Schalk
notify me immediately so that I can correct and delete the original email. Thank you. :: -Original Message- :: From: Walter Truitt [mailto:[EMAIL PROTECTED] :: Sent: Tuesday, March 30, 2004 12:50 AM :: To: [EMAIL PROTECTED]; [EMAIL PROTECTED] :: Subject: Re: JSP does not connect postgresql