- This topic has 0 replies, 1 voice, and was last updated 5 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
I have the following code to load image into table:
ms: TkbmMWMemoryStream;
—
qryTemp.Query.Text := ‘update SYSSETUP set Sys_Image=:img where Id=1);
qryTemp.ParamByName[‘img’].LoadFromStream(ms, ftBlob);
qryTemp.Execute;
It works as expected when I use kbmMWTCPIPIndyServerTransport, but if I use kbmMWTCPServerTransport it fails with 2 messages:
– Couldnt read integer
– Invalid stream version. Please update client
Thanks.
Zoran
Win 10 Ent, kbkMW 5.10.10 Ent, kbmMemtable 7.83 Pro