AW: AW: [dbforms] Using Queries

2005-04-21 Thread Henner Kollmann
> Thanks, Henner. Your response queued me in. The double-eol is > due to Opera mail client wrapping text. I do not mean the double-eol in your mail - the problem is the not matching line numbers in the java source. > > Anyway, I got past the Null Pointer. It seems that the big > indiscreti

Re: AW: [dbforms] Using Queries

2005-04-20 Thread Bill Tribley
Thanks, Henner. Your response queued me in. The double-eol is due to Opera mail client wrapping text. Anyway, I got past the Null Pointer. It seems that the big indiscretion was not including aliases in column names. In other languages, if you say select a.id, b.name from ids a, names b the c

AW: [dbforms] Using Queries

2005-04-20 Thread Henner Kollmann
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Bill Tribley > Gesendet: Mittwoch, 20. April 2005 06:20 > An: [email protected] > Betreff: [dbforms] Using Queries > > I need to present a denormali

[dbforms] Using Queries

2005-04-19 Thread Bill Tribley
I need to present a denormalized view for reports. Since MySQL does not support views in earlier releases, I decided to use dbforms query construct in the dbforms-config.xml specification. Null pointer exceptions are back. Any ideas would be appreciated! Thanks, Bill 2005-04-19 22:54:24 Standa