Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> EXTENDED CHARACTERS

EXTENDED CHARACTERS

From: Sylvain Dumont <sylvain_dumont_at_karat.com>
Date: Mon, 17 Jun 2002 16:05:10 -0400
Message-ID: <8irP8.766$SR3.302661@localhost>


the bug is coming only when i select "ENABLE EXEC SYNTAX" IN THE DSN (SQLSERVER MIGRATION SECTION) ... i try with Shema Database,Owner and Empty and i got always the same problem

exec KSP_TEST 0,'TéEST'

------------------------>>>>>>>NOT WORKING.
BUT IF I WRITE
CALL KSP_TEST (0,'TéEST')
------------------------->>>>IS WORKING
the call statement work and the exec statement does'nt work..the probleme is NOT the nls_lang becausse the é work with the call statement.

you can make the test with winsql software!!!

thank's Received on Mon Jun 17 2002 - 15:05:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US