Srini:
I had a similar problem once, and it was the case-sensitivity of the
particular database I was working with - I was asking for a column 'name'
when it was actually 'Name', so it told me no such column.
Just a thought.
Mike Nash
JavaCorporate Ltd
http://www.javacorporate.com
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Srinivasan S (Systems Engineering Group)
Sent: Tuesday, July 20, 1999 9:15 AM
To: [EMAIL PROTECTED]
Subject: A unique problem.
Hi people,
I got a unique problem in my JDBC stuff. I can able to
select all the values from the table using
select * from table and it is displaying me the value i am
expecting. But when i select i look out for a particular value
it is saying me column not found but the same column is getting
selected when i say *.
the syntax for the column is that
select <rowname> from <table> where <rowname> like '<rowvalue>'
where i am going wrong?? Has anybody come across these kind
of errors if so how it is solved. Please help me despite the
fact that this is a servlet forum i am pasting this question
forgive me for my trespassing and please help me.
Thanks
Srini
#-----------------------------------------------------------------------#
# #
# "It is better to remain silent and be thought a fool than to #
# open one's mouth and remove all doubt." #
# #
# [EMAIL PROTECTED] #
#-----------------------------------------------------------------------#
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html