문제

Have next case:

My App gathering data from MacOS X Mail with UniDAC for FireMonkey, but received data not support UTF-8.

How can I set "Force Unicode" for UniDAC(SQLLite) by analogy with MyDAC components ?

도움이 되었습니까?

해결책

Need set Connection.SpecificOptions.Values['Unicode'] := True

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top