Page 1 of 1

Problem with KbmMemTable and MyDac 5.x and Utf8 databases

Posted: Thu 26 Apr 2007 15:28
by snorkel
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]);

Posted: Fri 27 Apr 2007 08:32
by Antaeus
Try to use the VirtualTable component of MyDAC it is installed on the Data Access tab by default.

Posted: Fri 27 Apr 2007 15:40
by snorkel
Antaeus wrote:Try to use the VirtualTable component of MyDAC it is installed on the Data Access tab by default.
Thanks,

I tried the VirtualTable component and it did work with the widememo.

Snorkel