Ramesh Vejendla a écrit :
> 
> HI ALL
>          here i'm able to connect to database and its displaying values also
> but . i want to develop login screen kind of thing, i'm facing so many
> syntax errors  . so i need "Material on XSP and ESQL" plz..it will help me
> alot.
> or some example programs ......if possible
> its very urgent..plz
> 
> Thanks Ramesh
> 
> -----Original Message-----
> From: Donald Ball [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, May 20, 2001 2:58 AM
> To: [EMAIL PROTECTED]
> Subject: Re: esql result *
> 
> On Sat, 19 May 2001, Oskar Werewka wrote:
> 
> > How to tell esql taglibrary that I want
> > all columns from the query result set,
> > with the same name?
> >
> > I have this:
> >
> >    <esql:connection>
> >      <esql:driver>oracle.jdbc.driver.OracleDriver</esql:driver>
> >       <esql:dburl>...........................</esql:dburl>
> >      <esql:execute-query>
> >        <esql:query>select * from helpdesk_labels</esql:query>
> >        <esql:results>
> >          <esql:row-results>
> >            .......... column definitions ...........
> >          </esql:row-results>
> >        </esql:results>
> >      </esql:execute-query>
> >    </esql:connection>
> >
> > But i do not want to declare each column,
> > I want a default - as it was with sql processor.
> 
> <esql:get-columns/>
> 
> - donald
> 

Why don't you take the minimum time required to read the docs and the
samples included in Cocoon ?...
-- 
Sylvain Wallez
Anyware Technologies - http://www.anyware-tech.com

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to