Problem with KbmMemTable and MyDac 5.x and Utf8 databases
Posted: Thu 26 Apr 2007 15:28
Hi,
I had been using the Devexpress Memtable with my project and this worked with 4.x but when I moved to 5.x queries from a UTF8 database now bring back widememos which the Devexpress memtable can't handle it supports the widestrings OK, but not the wide memo. So I took a look at KbmMemtable which says it supports widestrings and widememos
When I load a query from a Mydac dataset to the KbmMemtable dataset it raises a exception (just on a UTF8 database, works fine on non UTF8)
The exception is raised on this line: 11539 (in KBmMemTable)
WideStringToBuffer(ws,@s[0]);
I had been using the Devexpress Memtable with my project and this worked with 4.x but when I moved to 5.x queries from a UTF8 database now bring back widememos which the Devexpress memtable can't handle it supports the widestrings OK, but not the wide memo. So I took a look at KbmMemtable which says it supports widestrings and widememos
When I load a query from a Mydac dataset to the KbmMemtable dataset it raises a exception (just on a UTF8 database, works fine on non UTF8)
The exception is raised on this line: 11539 (in KBmMemTable)
WideStringToBuffer(ws,@s[0]);