cancel
Showing results for 
Search instead for 
Did you mean: 

data migration problem

Former Member
0 Kudos

hi.

i'm trying to migrate data from xi to a sql database.

the data includes hebrew font values.

the sql databse collation is latin and can not be changed.

when the data is migrated to the sql db, the hebrew values are inserted as gibrish (question marks).

i guess this is a unicode problem.

is there a way to overcome the problem?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

I think that the problem is in the sql db collation.

are you sure that the latin collation can support the Hebrew characters?

try to create another database with one of these collations (136, 137 or 138) and use this db with your interface.

if it works, the problem is the db collation.

Regards

Former Member
0 Kudos

Hi ron,

Do you see the hebrew font well in sxmb_moni? or it is also gibrish?

Former Member
0 Kudos

in sxmb_moni i see hebrew fonts very well.

also when i run sql statement in sql query analyzer and insert hebrew fonts it is ok.