I’m using Lotus Notes C# api (domino.dl) to develop a tool, which would replace an NoteItem or NoteRichTextItem from one doc to another.
But since some items’ names were designed as Japanese, the result of “ReplaceItemValue” is that both the old one and the new one will exist.
I think that for the DB design, the LMBCS may be used , and when we use C# api to get info from DB, the LMBCS string will be converted to Unicode string automatically.
But on reverse, when we want to write some info into DB , the Unicode will not be converted into LMBCS.
Am I right?
I cannot resolve this problem in C# and I’m now trying to rewrite the tool via C api, but it’s a disaster~!! Too much complex~!!
Is there any one knows how to resolve this problem in C#? (replace the items with LMBCS name).