News

Sytze Harkema explains how to save and retrieve relational SQL data into a NoSQL key-value store as implemented by FoundationDB, an open source, scalable, fault tolerant and ACID database.
We dig into the different options available to store data locally on an android device, complete with sample source code.
Dino Esposito explains JSON-to-rowset native support in SQL Server 2016 and provides a realistic perspective of data query when you have JSON data stored in the database.
Learn how to use SQLite in your Android app. SQLite is a fully fledged relational database that can be embedded in Android applications.
Learn how integrating data across your organization ensures that everyone has access to the most up-to-date data in a secure way.
Note that the data type sizes don’t need to match, so it’s no problem to have a union with, for example, a 32-bit and a single 8-bit integer, the 8-bit value is simply truncated if needed.