Some things you should change:
  - Move your variables Connection,... inside the doPost() method.
    Otherwise these variables will be shared between requests.
    You will get confusing result if two ore more requests
    run through the doPost() at the same time.
  - Use a ConnectionPool to handle the connection
  - Don't use the JdbcOdbcDriver
    It has some problems with multithreaded access to the db.
  - Use variables with sensefull names, not s1 to s12
    this way your code is very hard to read.

> -----Urspr�ngliche Nachricht-----
> Von: Uma Maheswar [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 19. Februar 2002 16:00
> An: Tomcat Users List
> Betreff: Re: Signup servlet
> 
> 
> sorry, Forgot the file. Please check it now.
> 
> Uma
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to