airdoc has asked for the wisdom of the Perl Monks concerning the following question:

Is there any way to set the delimiter that a select statement query for Sybase returns?

If I do a select (*), each column is delimeted by a space,
however some of the data fields have spaces in them
and I need to be able to split data output by something other than a space.

Thanks
airdoc
  • Comment on Setting the delimiter that Sybase query returns

Replies are listed 'Best First'.
Re: Setting the delimiter that Sybase query returns
by jfroebe (Parson) on May 22, 2007 at 16:57 UTC
Re: Setting the delimiter that Sybase query returns
by thezip (Vicar) on May 22, 2007 at 16:49 UTC

    It's quite difficult to help with your problem when you don't provide *any* code or (at least) context.

    Perhaps you could show us the relevant bits of what you're actually doing, and then maybe we'll be able to give you an appropriate solution.


    Where do you want *them* to go today?