ADODB.Recordset / Oracle / Save / unicode / restore problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm having a table in oracle 9i DB. One of the column(VARCHAR) in this table is stored with unicode string (chinese/japanese characters) . Problem is if I take a backup of this table using the adodb.recordset.save("file") to file and lattter when adodb.recordset.open("saved file") the chinese character is lost in between any idea why this is hapenning ?