Re: JDBC question

2001-04-18 Thread Jake Chin
I believe that's supposed to be doGet. -Original Message- From: Jann VanOver <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Wednesday, April 18, 2001 2:40 PM Subject: RE: JDBC question >is that one method really named "

RE: JDBC question

2001-04-18 Thread Jann VanOver
is that one method really named "deGet" ?? -Original Message- From: Bo Wang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:15 PM To: [EMAIL PROTECTED] Subject: Re: JDBC question Thanks for your help, here attached my servlet. I'm using win98 with Access 9

RE: JDBC question

2001-04-17 Thread Craig O'Brien
drivers or URL. It looks like everything is there. Good Luck, Craig -Original Message- From: Bo Wang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:15 PM To: [EMAIL PROTECTED] Subject: Re: JDBC question Thanks for your help, here attached my servlet. I'm using win98

Re: JDBC question

2001-04-17 Thread Bo Wang
y" ) + "" ); out.println( "" ); } out.println( "" ); out.println( "" ); customers.close(); stat.close(); dbConn.close(); } catch ( Exception e )

Re: JDBC question

2001-04-17 Thread RameshBabu R Muthuvel
Hi There are numerous issues. Some are: 1) either ur dsn is not there 2) Your tables datatype doesn't match with the value passed or accessed from servlet etc... send ur servlet, to find out what really happens ramesh ___