Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

contains character data that cannot be converted

18 views
Skip to first unread message

tao zhang

unread,
Sep 20, 2010, 7:32:41 AM9/20/10
to
My server db is oracle10g,charset ZHT16BIG5
My client db is asa10,charset Big5-HKSCS
My mobilink server is asa10
When i download from server,It always give me a error like this"A
downloaded value for table t_order_hdr (column #59) contains character
data that cannot be converted"

I know column #59 has some special characters,but i don't want to
modify the characters,so how can i handle
this error in mobilink(by download script ,download store procedure
act)?????

rtoellner

unread,
Nov 11, 2010, 1:07:08 PM11/11/10
to

You may want to look at explicitly converting that column in your
download script. Look at CONVERT and CAST. For example: CAST( column
as binary )

I'm in a similar situation - though my script downloads the data fine,
my application reading the SQLAny DB does not get all the chars when I
read it in as a string. So, I'm trying other ways using the above.

0 new messages