Sequence Problem

2001-02-21 Thread Muhammad Asim Ajmal
hi i want to know some thing about sequence problem for getting result from a query, e.g. select a, b, c, from table; then !! rst.getString("a"); rst.getString("b"); rst.getString("c"); well this works fine,, but if i change the sequence like rst.getString("b"); rst.getString("a");

Re: JSP Forms

2001-01-08 Thread Muhammad Asim Ajmal
use hidden feilds Best Regards Asim - Original Message - From: Jean-Franois Grezes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 08, 2001 6:02 PM Subject: Re: JSP Forms Ok .. but my problem still remains .. Let me describe my problem a bit more ... I have a

How to Access the connection pool

2000-12-10 Thread Muhammad Asim Ajmal
Hi!!! i m again asking for help i m using Weblogic server,,, i have created the connection pool by this way weblogic.jdbc.connectionPool.oraclePool=\ url=jdbc:weblogic:oracle,\ driver=weblogic.jdbc.oci.Driver,\ loginDelaySecs=1,\ initialCapacity=4,\

Re: jsp-bean

2000-12-10 Thread Muhammad Asim Ajmal
at weblogic/classes folder Asim - Original Message - From: binoj v [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 11, 2000 11:44 AM Subject: jsp-bean hi, where shud i put bean class in weblogic in order to use in JSP.pls help me

How to Access the connection pool

2000-12-07 Thread Muhammad Asim Ajmal
Hi i m using Weblogic server,,, i have created the connection pool by this way weblogic.jdbc.connectionPool.oraclePool=\ url=jdbc:weblogic:oracle,\ driver=weblogic.jdbc.oci.Driver,\ loginDelaySecs=1,\ initialCapacity=4,\ maxCapacity=10,\

problem of passing the request parameters

2000-11-29 Thread Muhammad Asim Ajmal
Hi all. Currently I'm facing the problem of passing the request parameters to the next form. When I use encrypt multipart/formdata in the form tag the images are properly uploaded but the request parameters are not passed to the next page by submitting the data. Thank you in anticipation for

mail by jsp

2000-10-06 Thread Muhammad Asim Ajmal
how can send the mail by the jsp page? which mail API of java can we use plzzz help me by the refrance of some small example regards asim === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Java Bean's in JSP

2000-09-25 Thread Muhammad Asim Ajmal
I m also facing same probelm,,, plzz help both of us regards asim - Original Message - From: Pranav Bansal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 25, 2000 5:58 PM Subject: Java Bean's in JSP Hi all, I am using a very simple bean in a jsp page. The

Re: Displaying rows from a Scrollable ResultSet

2000-09-19 Thread Muhammad Asim Ajmal
can anybody give the code for this problem?? - Original Message - From: Robert Nicholson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 9:27 AM Subject: Re: Displaying rows from a Scrollable ResultSet The short answer to this is that you use a scrollable