Working with standard data protocols
Over the years, a number of standards have been developed to facilitate efficient and seamless communication and data exchange between various platforms and systems. The standard M library provides functions for many of these data-accessing standards including:
Standard |
Description |
M Functions |
ADO.NET |
ADO.NET (ActiveX Data Objects .NET) is a data access technology in the Microsoft .NET framework that provides a set of libraries and classes for accessing and manipulating data from different data sources, such as databases, XML files, and more. ADO.NET is specifically designed for building data-driven applications and is a fundamental component in the .NET framework for working with relational databases. |
|