Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Invalid Descriptor INDEX


Message #1 by danish aga <agadanish@y...> on Wed, 23 May 2001 23:48:36 -0700 (PDT)
Haii,

check out u r database 
or
passing/getting  values from/to database.


 
--- danish aga <agadanish@y...> wrote:
> Hi everyone,
> 
> This is a part of my code,this is giving me an SQL
> Exception "Invalid descriptor index".
> My UID is column having numeric data type,in
> database.
> Can someone help me :
> 1. whether my getString is correct or not.
> 2. ,whether my way of passing a queryString through
> this link is correct or not.
> 
> I am just a beginner in JSP.
> 
> <td align="right" valign="middle" height="1"
> width="103"><center><a
>
href="ModRecord.jsp?idUpdate=<%=resultset.getString("UID")%>">Update</a></center></td>
> 			  <td align="right" valign="middle" height="1"
> width="103"><center><a
>
href="delete.jsp?idDelete=<%=resultset.getString("UID")%>"
> onClick="return
> confirmLink()">Delete</a></center></td>
> 
> 
> 
> 
> Thanx in advance.
> Danish
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great
> prices
> http://auctions.yahoo.com/
> 
> ---
> Do you need true END-TO-END (e2e) Java Messaging
> (JMS)?  Softwired
> offers industry's ONLY complete 100% JMS messaging
> solutions for your
> needs TODAY.
> Visit
>

  Return to Index