A few years ago, I wrote a series of blogs about version control. The reasons for using version control are all still relevant; I wouldnt develop without it. At the time I wrote those posts, distributed version control...
Microsoft SQL Server includes a few date and time data types that can be used in SQL tables. The choice of which data type to use depends on the data developers need to store and retrieve from those columns. Before...
What is CORS? Well, as you might have guessed from the title of this article, it is Cross-Origin Resource Sharing. CORS is a W3C recommended standard (not yet quite a full standard, but nearly so) and has long since been...
Overview This document provides information about SQL Injection attacks and how the risks associated with them are mitigated in the DataFlex application environment. When SQL statements written by a developer are included...
When using the database Connectivity Kits, developers may choose to use embedded SQL (ESQL) in their applications to take advantage of the database server capabilities and set processing. In ESQL you can execute many different...