Re: Need your help on stored procedure in oracle

2001-07-24 Thread Jann VanOver
l Message- From: lancelot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 12:33 AM To: [EMAIL PROTECTED] Subject: Need your help on stored procedure in oracle Excuse me, who know how to use a sql clause to excute a stored procedure(in oracle) with out parameter and display the out

Re: Need your help on stored procedure in oracle

2001-07-24 Thread Gianfrancesco Martinico
gt; on 24/07/2001 10.14.03 Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> Sent by: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re

Re: Need your help on stored procedure in oracle

2001-07-24 Thread Panayotou, Michael
if(cstmt != null){ cstmt.close(); } } catch(Exception e){ //System.out.println(e); StringUtil.reportError("ERROR",getModuleInfo()+".prepareData()","3:"+ e.toString()); }

Need your help on stored procedure in oracle

2001-07-24 Thread lancelot
Excuse me, who know how to use a sql clause to excute a stored procedure(in oracle) with out parameter and display the out variable? thanks Lancelot === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP

Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread lancelot
July 11, 2001 8:43 PM Subject: Re: Need your help on request.getParameter and Chinese encoding. > its important to know the charset of the DB? if its UTFx you migh > > > -Original Message- > > From: lancelot [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday,

Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread lancelot
nt: Wednesday, July 11, 2001 4:25 PM Subject: Re: Need your help on request.getParameter and Chinese encoding. > You have to translate the parameter from one character set to another. for > example : > > String myparam = new > String(request.getParameter("

Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread Glenn Wearen
its important to know the charset of the DB? if its UTFx you migh > -Original Message- > From: lancelot [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 8:48 AM > To: [EMAIL PROTECTED] > Subject: Need your help on request.getParameter and Chinese encoding. >

Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread Panayotou, Michael
Wednesday, July 11, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: Need your help on request.getParameter and Chinese encoding. Importance: High Excuse me, I need help. One form field of my jsp contain Chinese Characters. and I post the form to my servlet, and my servlet insert the imformation

Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread lancelot
Excuse me, I need help. One form field of my jsp contain Chinese Characters. and I post the form to my servlet, and my servlet insert the imformation into my Oracle DB. my question is how to get the request.getParameter("name") in Chinese character encoding and insert it properly into Oracle D

Need your help on Chinese support in Servlet or Bean of JBuilder.

2001-07-10 Thread lancelot
Excuse me, I need all your help. Who can tell me that how to support Chinese in JBuilder? I installed JBuilder4 as Chinese Version, but when I want to insert Chinese to my Oracle DB I found that the Chinese character can't be recongnized. When I set break point in my servlet, I try to see the

Re: I need your help about the build command in Tomcat.

2001-07-06 Thread Jann VanOver
all my application, I got the same error message to tell me that no build.xml was found. So I need your help to tell me where should I put the build.xml file or can you tell me how to use "build" command in Tomcat? Thanks a lot. Lancelot =

I need your help about the build command in Tomcat.

2001-07-06 Thread lancelot
me error message to tell me that no build.xml was found. So I need your help to tell me where should I put the build.xml file or can you tell me how to use "build" command in Tomcat? Thanks a lot. Lancelot === To un

Re: Need your help one float and double calc.

2001-06-29 Thread horwat
ssage - > From: "lancelot" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 29, 2001 1:41 AM > Subject: [JSP-INTEREST] Need your help one float and double calc. > > > > Dear all, > > Who can tell me why the result is 0.0

Re: Need your help one float and double calc.

2001-06-29 Thread Chris Pratt
- d2) * 100.00) / 100.00); System.out.println(d3); } //main } - Original Message - From: "lancelot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 1:41 AM Subject: [JSP-INTEREST] Need your help one float and double calc. > Dear all, &g

Re: Need your help one float and double calc.

2001-06-29 Thread Sachin S. Khanna
;0.00"); System.out.println(df.format(d3)); } } Hope this helps :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: lancelot <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 2:11 PM Subject: Need your help one

Need your help one float and double calc.

2001-06-29 Thread lancelot
Dear all, Who can tell me why the result is 0.04916? and why it's not = 0.04, if I want to get 0.04 how could I do? thanks Lancelot D:\test>type testD.java public class testD { public static void main(String args[]) { float d1=3D99.44f; float d2=3D99.40f ; float d3 =3D

We need your help: Java Platform Survey

2000-06-19 Thread Bill Roth
We would like to get the Java Community's opinion on several platform issues. If you would like to have a hand in shaping future releases of Java 2 platform, Standard Edition and Java 2 Platform, Enterprise Edition, please help us out by taking the following survey: http://www.marketperspectives.

urgent!!!!!!!!!!!!!!! need your help!!!!!!!!!!!!!!!!!!!!!1

2000-05-25 Thread Kapoor, Pankaj
Title: urgent!!! need your help!1 hi,     I really need your advice on a serious career issue, or i will go down with nervous breakdown.     So please advise me on my problemand save me.     i am currently in a web project that involves ejb on

need your help

1999-07-09 Thread Jodi X Li
Hi, I am a new user of JSP and I need your help. I just downloaded the reference implementation of the JavaServer WDK Version 1.0 EA and I tried to run the examples it has. The servlet examples run ok, but the JSP examples return the following error messages: Error: 500 No detailed message