Infor Data Lake Connector
The high-performance Infor Data Lake Connector provides read/write capabilities within your application, allowing you to perform numerous Infor Data Lake operations with minimal coding or even no-coding at all. Integrate Infor Data Lake data into applications such as SSIS, SQL Server, any ODBC-compatible application, or even directly within a programming language using this connector.
Integrate Infor Data Lake with these applications
All
Data Integration
Database
BI & Reporting
Productivity
Programming Languages
Automation & Scripting
ODBC applications
SQL examples for Infor Data Lake Connector
Use these example Infor Data Lake SQL queries within SSIS, SQL Server or any ODBC-compatible application:
Get orders
This example query shows how to access the data by specifying the schema and table name.
SELECT * FROM "default"."orders"
Get customers
This example query shows how to access the data by specifying the database name, schema, and table name.
SELECT * FROM "catalog"."default"."customers"