Re: Why my jsp page is submit twice?

2004-11-10 Thread Darshan Kashi
This will happen when you are using and externally calling the Javascript submit() function also. In this case submit button automatically submits the form first time and second time the Javascript function also submits the form. To avoid this try using a simple button and onClick event of this

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Darshan Kashi
Hi , It should be Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Regards Darshan On Fri, 3 Dec 2004 03:11:08 -0700, Thomas Tsang <[EMAIL PROTECTED]> wrote: >Thank for your information. > >However, the following error is display after the line Class.forName >("jdbc.odbc.JdbcOdbcDriver"); is ad