Re: connecting to oracle using jdbc and jrun (newbie)

2001-09-25 Thread Jay H. Lang
Gilson, The zip file is the jar file. To look at the contents do a jar -tf classes111.zip and you will see all of the classes inside. Just add this to your class path as you would a jar file. Later. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified

JSP Error

2000-11-27 Thread Jay H. Lang
My Name is: My Java Bean: //-- // Owner: Jay H. Lang // // Class: JayBean //-- import java.lang.*; import java.util.*; /** * This is a

Scriptlet for loop and if statement.

2000-12-01 Thread Jay H. Lang
i0); } catch (java.lang.ArrayIndexOutOfBoundsException _e0) { break; } } %><% } catch (java.lang.ArrayIndexOutOfBoundsException _e0) { } %> Thanks in advance for any help. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IB

Display of money

2000-12-08 Thread Jay H. Lang
and can't seem to find an Object or variable type I can convert this to, just prior to its display to get the trailing zero to print. Thanks for any help given. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Offic

Re: Good JSP Engines

2000-12-18 Thread Jay H. Lang
s and JSP's. It is JSP V1.0 compliant. I am not sure of the price tag, but it will run on virtually any platform. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Sudheendra Hebbagilu wr

Confused on JSP problem

2001-01-13 Thread Jay H. Lang
is appreciated. Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell === To unsubscribe: mailto [EMAIL PROTECTED] wi

Re: connecting to mssql

2001-02-06 Thread Jay H. Lang
-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Serv

Re: connecting to mssql

2001-02-06 Thread Jay H. Lang
; > > > http://java.sun.com/products/jsp/faq.html > > > http://www.esperanto.org.nz/jsp/jspfaq.html > > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > > > > > >==

Re: using "like" statement wih preparedStatement

2001-02-08 Thread Jay H. Lang
blueless, What I have done is modify the key value to have %key% instead of trying to modify the SQLStatement itself. It has worked for me. So the statement itself has (select .. like ?); -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist

Re: I am a beginner

2001-02-08 Thread Jay H. Lang
Joseph, The method in the Button class is addActionListener you are missing the "e" in Listener. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Joseph Kimo Kreis wrote: > H

Re: JSP + ResultSets

2001-02-08 Thread Jay H. Lang
data. The JSP will reference the data stored in the data bean. You could also use a cgi program to do the query and send the data, in table form, back to the browser. It's all according to what you know how to do, and what languages you know. -- Jay H. Lang Chief Technologist Distri

Setting Location

2002-04-03 Thread Jay H. Lang
Hi List, Can I set the Location URL (Netscape) or Address URL (I.E.) to a string that I want instead of showing the user all of the URL encoded data that was sent to the servlet that calls my JSP? Thanks. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified

Re: Setting Location

2002-04-08 Thread Jay H. Lang
show the JSP path, i.e. http://server/Welcome.jsp Thanks in advance for any help!! -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Richard Yee wrote: > Jay, > You should have your contro

Re: Date calculation

2002-06-05 Thread Jay H. Lang
)); myCal.add(myCal.DATE, 5); System.out.println(myCal.get(myCal.DAY_OF_MONTH)); See Ya. -- Jay H. Lang Chief Technologist Distributed Computing Professionals Inc. IBM Certified Specialist - MQSeries 303 277-1873 - Office 303 807-9700 - Cell Alireza Nahavandi wrote: > Hi all, > > I wa