i have a problem to sent my "workstation_id" which is a int value to my
parameter.
the error --- Cannot inset value NULL into Workstation_id

this means that the way i sent the workstation_id to the parameter is wrong

how can i send the values to the parameter :

     out.println("<text name=\"CompId\">");
     out.println(qryInt.getInt("ws_Workstation_id"));
     out.println("</text>");

thank you
gerrie

___________________________________________________________________________
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

Reply via email to