Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread sibusiso xolo
Error messages, please. Paul Dear Paul, Thanks for your consideration, please find attached the text file that is used to generate the jsp I am having problems with. It is saved as updateTREES.jsp in the tomcat4 /examples/jsp directory of machine with jdk1.4/Apache2/Tomcat4.04 The

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread Paul Yunusov
On Saturday 10 August 2002 08:27 am, you wrote: Error messages, please. Paul Dear Paul, Thanks for your consideration, please find attached the text file that is used to generate the jsp I am having problems with. It is saved as updateTREES.jsp in the tomcat4 /examples/jsp

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread sibusiso xolo
Use java.util.Enumeration instead of Enumeration. You can also import this interface using a page directive. Paul Thanks a millionm it worked first time. On Saturday 10 August 2002 12:16, Paul Yunusov wrote: On Saturday 10 August 2002 08:27 am, you wrote: Error messages, please. Paul

Re: Fwd: Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-10 Thread Paul Yunusov
Use java.util.Enumeration instead of Enumeration. You can also import this interface using a page directive. Paul On Saturday 10 August 2002 10:39 am, sibusiso xolo [EMAIL PROTECTED] wrote: Thanks a millionm it worked first time. I would be gratrful for more info (on or off list) on

help with data insertion on postgresql on tomcat4/apache2

2002-08-09 Thread sibusiso xolo
Greetings, I am using tomcat4.04 on SuSE8/postgresql7.2.1 with source compiled jdbc driver. I am able to do SELECTS and other queries on database tables (with jsp and servlets) but unable to do data UPDATES and INSERTS.. . Help would be appreciated. regards sibu -- To

Re: help with data insertion on postgresql on tomcat4/apache2

2002-08-09 Thread Paul Yunusov
On Friday 09 August 2002 10:59 pm, sibusiso xolo wrote: Greetings, I am using tomcat4.04 on SuSE8/postgresql7.2.1 with source compiled jdbc driver. I am able to do SELECTS and other queries on database tables (with jsp and servlets) but unable to do data UPDATES and INSERTS.. .