Search:

Type: Posts; User: Kim Bo Madsen; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.06 seconds; generated 50 minute(s) ago.

  1. Replies
    8
    Views
    16,503

    It very much depends on the type of application...

    It very much depends on the type of application you do.
    If it is a 2 tier application, and you absolutely want to keep it that way, then MSSQL/MSSQLExpress is a reasonable choice.
    If it is a 1 tier...
  2. Replies
    4
    Views
    1,677

    Automatic JSON, XML, YAML to Delphi Object conversion

    Hi,

    I just wanted to bring to your attention this blog, which describes how to automatically get your JSON (and XML and YAML) files analysed by kbmMW and converted to Delphi objects, making it...
  3. Replies
    5
    Views
    1,737

    I have heard only good about OmniThreadLibrary. ...

    I have heard only good about OmniThreadLibrary.
    However you should have most features already in kbmMW.
    kbmMW's Scheduler is for example a swiss knife tool for great many thread and threadpooled...
  4. Replies
    17
    Views
    6,714

    Another option is kbmMW: ...

    Another option is kbmMW:

    https://components4developers.blog/2020/05/25/kbmmwclientupdate-1/

    /Kim
  5. Replies
    29
    Views
    12,424

    Well the point of being thin is not to hold...

    Well the point of being thin is not to hold business code in the client, but only presentation code.
    As such there can be some level of state in a client (to handle the presentation), but there...
  6. Replies
    8
    Views
    4,747

    You could choose to use the free kbmMW Community...

    You could choose to use the free kbmMW Community Edition. It makes defining remotely accessible methods extremely easy.
    They can be accessed both from REST clients and native clients. It is all up...
  7. Hi, I believe it will, yes.

    Hi, I believe it will, yes.
  8. I can't say about TMS, but with regards to kbmMW,...

    I can't say about TMS, but with regards to kbmMW, all I am planning to present (ORM, REST, SmartBinding, SmartEvents) can be done with the free kbmMW Community Edition. So no purchase needed.
  9. Here are 3 ways to do it with the free kbmMW...

    Here are 3 ways to do it with the free kbmMW Community Edition.

    1) Using the XML DOM
    2) Using a different way via kbmMW Object Notation (just one of many variations to use it)
    3) Using object...
  10. Replies
    2
    Views
    2,528

    You could use kbmMW Community Edition. It...

    You could use kbmMW Community Edition. It includes several high quality 64 bit random generators:


    TkbmMWRandomSplitMix
    TkbmMWRandomXoroshiro128Plus
    TkbmMWRandomXoroshiro1024
    ...
  11. Use queue and scheduler

    This should do it.




    unit Unit1;

    interface

    uses
  12. Replies
    21
    Views
    21,649

    The parts you would be using would not be...

    The parts you would be using would not be database related at all. You would be using the expression parser alone in this case. However if you have found something that works for you then good :)
  13. Replies
    21
    Views
    21,649

    kbmMemTable Standard Edition (US$30 incl. full...

    kbmMemTable Standard Edition (US$30 incl. full source!) contains a very capable expression evaluator supporting variables custom functions and much more:


    var
    sql:TkbmMemSQL;
    begin
    ...
  14. Replies
    15
    Views
    28,108

    Sure... I just wanted to ask in on the issue.

    Sure... I just wanted to ask in on the issue.
  15. Replies
    15
    Views
    28,108

    Hi Erik, Im sorry to hear that and Im very...

    Hi Erik, Im sorry to hear that and Im very surprised about your experience... Did you approach me about the issues?
  16. Replies
    2
    Views
    14,495

    Thats a very welcome addition imo.

    Thats a very welcome addition imo.
  17. Replies
    22
    Views
    23,934

    Update regarding legacy Delphi license concerns

    Hi,
    Just FYI, I have been in contact with Atanas, and I understand an update to the statement will come.

    For now the major change is that bumping licenses will happen thru their sales department...
  18. Replies
    22
    Views
    23,934

    > Not really, don't overuse new features :-) You...

    > Not really, don't overuse new features :-) You do that on yourself.

    Well If one wants to do advanced stuff, one often have to use new features, or sometimes push the existing features to the...
  19. Replies
    22
    Views
    23,934

    Do we have yet another "Delphi is dead" panic...

    Do we have yet another "Delphi is dead" panic attack ? ;) It must be the 278th or so since 1995.

    Im in contact with Atanas and Marco about the situation. They have bumped the registration number...
  20. Replies
    14
    Views
    18,901

    This part: if Sw = True then until K...

    This part:
    if Sw = True then
    until K >= 2;

    is not valid code and ought to be throwing a syntax error. It is a condition on if the until statement will be executed or not. repeat/until...
  21. Replies
    14
    Views
    18,901

    Hi, Basically the code written is logically...

    Hi,
    Basically the code written is logically nonsense.
    You cant have a conditional Until. You can have an until with a condition, but not prepend it with If then.
    Lets say your first if statement...
  22. It is a dangerous path to take. There are only...

    It is a dangerous path to take.
    There are only two ways to safely share a file:

    - The creator should produce a unique file name each time and keep the file exclusively locked for the whole...
  23. You are touching something important... regular...

    You are touching something important... regular objects do not as such keep a state, unless you device a custom state management for them, while TDatasets do provide a state.
    Typically REST wise,...
  24. Im my humble (not so much I guess... ;) ) opinion...

    Im my humble (not so much I guess... ;) ) opinion all current solutions until now have required much too much boilerplate code to do something.
    The moment the plumbing takes significant focus away...
  25. Replies
    15
    Views
    4,702

    Also I should mention that smartbinding do not...

    Also I should mention that smartbinding do not just bind to visual controls. It binds to almost anything, using the same syntax. Bind a variable to another variable or a record member to something...
Results 1 to 25 of 47
Page 1 of 2 1 2