Re: here is my SQL

2000-06-15 Thread helen ge
SQL >Date: Thu, 15 Jun 2000 15:36:12 -0500 > >In sql+, are you using union or union all? > > >-Original Message- >From: helen ge [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 15, 2000 2:30 PM >To: [EMAIL PROTECTED] >Subject: Re: here is my SQL > > >

Re: here is my SQL

2000-06-15 Thread helen ge
>Date: Thu, 15 Jun 2000 12:37:38 -0500 > >You can't use a long with UNION. > >-Original Message- >From: helen ge [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 15, 2000 12:09 PM >To: [EMAIL PROTECTED] >Subject: here is my SQL > > >ResultSet rs = nul

here is my SQL

2000-06-15 Thread helen ge
y-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: SQL question for long data type >Date: Thu, 15 Jun 2000 11:11:14 -0500 > >Sounds like a problem with the statement itself, not the retri

Re: SQL question for long data type

2000-06-15 Thread helen ge
SQLException "ORA-00997 illegal use of Long data type" >From: Joe Milora <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: SQL question for long data type >Date: Thu, 15 Jun 2000 10:34:

SQL question for long data type

2000-06-15 Thread helen ge
Hi, may be this is a simple question, but I stucked here. I have an oracle table which has a long data type field named body. in my java code I created a SQL and try to get that long field througn ResultSet and print it out as a String. String body = rs.getString("body");--- does not work. long

Re: a Tomcat's question

2000-06-14 Thread helen ge
Hi, did you set up your classpath to $TOMCAT_HOME\examples\WEB_INF\classes ? >From: tonney <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: a Tomcat's question >Date: Wed, 14 Jun 2000 15:53

urgent! how to set up the properties for project in apache-tomcat environment

2000-06-12 Thread helen ge
Hello, Could someone tell me how to set up the properties which will be used for an application context in apache-tomcat environment? suppose i have a property file named eligible.properties created. how and where should I do the config? I did not see the server.properties file in apache-tomcat.

<%@include> OR help!

2000-06-03 Thread helen ge
Hello, I am developing a web application. each web page will include two included jsp pages, one is the left side navigation menu named left.jsp static page, anoter is the footer footer.jsp dynamic page. the footer.jsp will return two links and static text showing this web page's last updated tim

trouble with<%@ include file= "filename.jsp" %> ,

2000-06-03 Thread helen ge
Hello, I am developing a web application. each web page will include two included jsp pages, one is the left side navigation menu named left.jsp static page, anoter is the footer footer.jsp dynamic page. the footer.jsp will return two links and static text showing this web page's last updated tim