trouble with fetch from oralce db

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lem

    trouble with fetch from oralce db

    When I use ora_xxx functions to connect to oracle 7 and fetch data from it,
    the English character is pretty good,but the Chinese character all turn to
    be '?'.
    what about this problem ?
    Is there any advices for this trouble ?

    Thanks very much!


  • Andy Hassall

    #2
    Re: trouble with fetch from oralce db

    On Tue, 15 Jul 2003 16:16:13 +0800, "lem" <lxlwind@sina.c om> wrote:
    [color=blue]
    >When I use ora_xxx functions to connect to oracle 7 and fetch data from it,
    >the English character is pretty good,but the Chinese character all turn to
    >be '?'.
    >what about this problem ?[/color]

    That'll be due to your NLS_LANG settings.

    Although even if you sort that, you're running an version of Oracle that was
    desupported last millenium, using the obsolete Oracle 7-based PHP extension,
    getting multibyte data into a language that doesn't deal with multibyte very
    well (PHP). So there's probably more trouble ahead...

    --
    Andy Hassall (andy@andyh.co. uk) icq(5747695) (http://www.andyh.co.uk)
    Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)

    Comment

    Working...