Export/import from WE8ISO8859P1 database to WE8ISO8859P1 database
Hi,
I've got :
a database1 with character set = WE8ISO8859P1 with a table with one column.
a database2 with character set = WE8ISO8859P1 with the same table.
In database 1 the table contains one row with value = '€' encoded with code = 128.
I export table from database1 with a client having NSL_LANG = FRENCH_FRANCE.WE8ISO8859P1
I import into table of database2 with a client having NSL_LANG = FRENCH_FRANCE.WE8MSWIN1252 (conversion should occur according to Doc ID 15095.1)
If I select on table of database2 i see one row with value = '€' encoded with 128 code.