Possible kbmMWTCPServerTransport problem?

Home Forums kbmMW Possible kbmMWTCPServerTransport problem?

Viewing 0 reply threads
  • Author
    Posts
    • #54365
      zoran
      Participant

      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

Viewing 0 reply threads
  • You must be logged in to reply to this topic.