Jump to content

Zoran Bonuš

Members
  • Content Count

    30
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Zoran Bonuš

  1. Zoran Bonuš

    RS232 component

    Winsoft Comport ($80) https://winsoft.sk/comport.htm
  2. Zoran Bonuš

    Windows Build 1909

    No issues here neither....running 1909 for 6 months on several machines.
  3. Exactly, just what I was about to recommend. You create deadlock because the new value of VIEW_COUNT depends on the old value, and due to the nature of multi-generation architecture a simultaneous transactions, there can be different old values, depending on the isolation settings of your transaction. Using generator/sequence for view_count circumvalents the problem for this specific update query. However, a proper transaction setting is preferred anyway. There is no magic solve-it-all setting, I recommend studing the docs too .. will most likely came in handy later anyway.
  4. Just a heads up: if you you are using IBX (IBExpress) library. There is a annoying regression in current 10.3.3 release. Already reported here: https://quality.embarcadero.com/browse/RSP-26997 When you use IBStoredProcedure + prepare/refresh string input params (in design/IDE or at runtime), you get an exception or silent corruption. I have just learnt about it today, crashing our system in production. Patch is available in the bug report.
  5. Zoran Bonuš

    Rest request fails with error 406

    Double check the Accept and Accept-* headers of your request: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/406
×