- This topic has 0 replies, 1 voice, and was last updated 2 years, 12 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Hello Kim
Can you help me please with this error,
I tried using the new TkbmMWTCPServerTransport instead of TkbmMWTCPIPIndyServerTransport, but when I use blob fields it fails to resolve.
var
MyS : TkbmMWMemoryStream;
begin
…. {more code}
MyObject.SaveCodeToStream(MyS);
MyS.Position := 0;
QScripts.Edit;
TBlobField(QScripts.FieldByName(‘Compiled’)).LoadFromStream(MyS);
QScripts.Post;
QScripts.Resolve;
end;
yes, in the client I’m using TkbmMWTCPClientPransport.
If I use the indy version, it works as expected.
using the latest versions of kbmMW Enterprise and kbmMemTable Pro
On Delphi 10.2 update 3
Thanks for your time
Regards
Job Espejel Tafoya