ANN: kbmSQLiteMan v. 1.70 released!
Our free cool tool for managing SQLite databases has been released in v. 1.70. This release updates the supported SQLite version, and fixes support for BIGINT/LARGEINT/INT64 hinted typed fields. Further
Our free cool tool for managing SQLite databases has been released in v. 1.70. This release updates the supported SQLite version, and fixes support for BIGINT/LARGEINT/INT64 hinted typed fields. Further
Community Edition of Delphi and C++Builder has been released providing a free access into developing cross platform software with the best RAD development tool. Read more here: https://community.embarcadero.com/blogs/entry/introducing-delphi-cplusplusbuilder-community-edition and here
We are happy to announce v5.06.20 of our popular middleware for Delphi and C++Builder. If you like kbmMW, please let others know! Share the word! We strive hard to ensure…
Fixed “select * from tbl order by f1,f2” statement bug. Fixed SQL datatype merging of date/time values to merge in direction of strings rather than in direction of boolean. Added
Intro In a previous blog, I wrote about random numbers and password generators. One of the things that were shown, was that computer generated random numbers are not really random,
Intro Ive been asked questions about how to handle POST via kbmMW’s smart service based REST. This blog post explains the typical POST variations, and how to handle them in
Intro There have been some questions about how to build a server, with authorization and login management, where the users and their roles are defined in a database. This blog