I'm can't change the stored proc, but I suppose I could try a query of a query and use an alias.
On Oct 12, 3:38 pm, "Barry Beattie" <[EMAIL PROTECTED]> wrote: > perhaps just alias them? > > [column one] as col1 > > On 10/12/07, Stephen M <[EMAIL PROTECTED]> wrote: > > > > > I'm trying to process a result set from a stored proc that contains > > spaces in the column names. > > > Now, I've asked the db programmer to replace the spaces with > > underscores, just to make it easier for me, but exactly how do you > > reference the values of a column with spaces in the name? Bearing in > > mind that I won't always know the name of the column in advance. > > > In one example the column name comes out as 03 OCT 2007 TO 10 OCT > > 2007. That will change week to week. > > > regards, > > Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
