Re: Arrayoutofindexexception

2001-11-26 Thread Joseph Roth

At 04:01 PM 11/26/2001 +0800, yilmaz wrote:
hi all,
first of all, since this is a jdbc specific question, you might say i should
post to java mysql
mailing list, but for some reasons my java mysql subscribtion seems didn't
succeed although
i got a confirmation and a welcome email. (of course i confirmed my
subscribtion)
Anyway my request is:
can someone tell me please what does ArrayIndexOutOfBoundsException
exacly mean? and how can it be solved?
i couldn't figure out where the problem is  altough  i spent  almost half
working day.
below is the error message :

java.lang.ArrayIndexOutOfBoundsException
 at 
 org.gjt.mm.mysql.PreparedStatement.set(PreparedStatement.java:1192)
 at 
 org.gjt.mm.mysql.PreparedStatement.setString(PreparedStatement.java:581)
 at
org.apache.jsp._0002fay_0002fmember_jsp._jspService(_0002fay_0002fmember_jsp
.java:178)
.
i have exactly same number of column names as variables in preparedstatemnet
and same number of ? marks.
i am using mySQL version 3.23  with tomcat 4.0 b7 under win 2000.
Can anyone help me please?
thanks in advance
wish everybody a day without troubles :)

Check out:
http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ArrayIndexOutOfBoundsException.html

I got this from a quick search on Google of ArrayIndexOutOfBoundsException

HTH



Joseph Roth
[EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Arrayoutofindexexception

2001-11-26 Thread yilmaz

I already checked java api docs, but it doesn't provide any information  nor
any help.
Since usually error messages and docs doesn't give a user friendly and
helpful
info, i hope somebody who already faced the same problem could give me some
hints about what
could be the reason.
thanks for taking time
cheers :)

 Original Message -
From: Joseph Roth [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 26, 2001 9:41 PM
Subject: Re: Arrayoutofindexexception


 At 04:01 PM 11/26/2001 +0800, yilmaz wrote:
 hi all,
 first of all, since this is a jdbc specific question, you might say i
should
 post to java mysql
 mailing list, but for some reasons my java mysql subscribtion seems
didn't
 succeed although
 i got a confirmation and a welcome email. (of course i confirmed my
 subscribtion)
 Anyway my request is:
 can someone tell me please what does ArrayIndexOutOfBoundsException
 exacly mean? and how can it be solved?
 i couldn't figure out where the problem is  altough  i spent  almost half
 working day.
 below is the error message :
 
 java.lang.ArrayIndexOutOfBoundsException
  at
  org.gjt.mm.mysql.PreparedStatement.set(PreparedStatement.java:1192)
  at
  org.gjt.mm.mysql.PreparedStatement.setString(PreparedStatement.java:581)
  at

org.apache.jsp._0002fay_0002fmember_jsp._jspService(_0002fay_0002fmember_js
p
 .java:178)
 .
 i have exactly same number of column names as variables in
preparedstatemnet
 and same number of ? marks.
 i am using mySQL version 3.23  with tomcat 4.0 b7 under win 2000.
 Can anyone help me please?
 thanks in advance
 wish everybody a day without troubles :)

 Check out:

http://java.sun.com/products/jdk/1.2/docs/api/java/lang/ArrayIndexOutOfBound
sException.html

 I got this from a quick search on Google of
ArrayIndexOutOfBoundsException

 HTH



 Joseph Roth
 [EMAIL PROTECTED]


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Arrayoutofindexexception

2001-11-25 Thread yilmaz

hi all,
first of all, since this is a jdbc specific question, you might say i should
post to java mysql
mailing list, but for some reasons my java mysql subscribtion seems didn't
succeed although
i got a confirmation and a welcome email. (of course i confirmed my
subscribtion)
Anyway my request is:
can someone tell me please what does ArrayIndexOutOfBoundsException
exacly mean? and how can it be solved?
i couldn't figure out where the problem is  altough  i spent  almost half
working day.
below is the error message :

java.lang.ArrayIndexOutOfBoundsException
at org.gjt.mm.mysql.PreparedStatement.set(PreparedStatement.java:1192)
at org.gjt.mm.mysql.PreparedStatement.setString(PreparedStatement.java:581)
at
org.apache.jsp._0002fay_0002fmember_jsp._jspService(_0002fay_0002fmember_jsp
.java:178)
.
i have exactly same number of column names as variables in preparedstatemnet
and same number of ? marks.
i am using mySQL version 3.23  with tomcat 4.0 b7 under win 2000.
Can anyone help me please?
thanks in advance
wish everybody a day without troubles :)



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php