Introduction ODBC PowerPack v1.2 release brought an interesting feature for all API drivers. New version gives you an ability to create Custom Objects. You can create parameterized Stored Procedure and Virtual Tables on the same Data Source (ODBC DSN or Data Gateway Data Source). For more information you see here Custom Objects There are mainly […]
Tag Archives: access
Merge / Upsert data in Amazon Redshift using SSIS
Introduction In our previous blog we saw how update / insert data into SQL Server using SSIS Upsert Destination. In this post we will look at specific example on Data migration from Access to Amazon Redshift using SSIS Upsert Destination (Insert, Update, Delete), along with few other topics such as how to create table using […]
Load data into PostgreSQL – Upsert using SSIS (Bulk Update, Insert, Delete)
Introduction In our previous blog we saw How to perform Upsert (Update or Insert) for SQL Server Table. In this post we will look at specific example on How to Load data into PostgreSQL – Upsert using SSIS Upsert Destination (Insert, Update, Delete), along with few other topics such as how to create target table using […]
Data migration from Access to SQL Server using SSIS Upsert Destination
Introduction In our previous blog we saw How to Export REST API to MS Access using VBA Command Button. In this post we will look at specific example on Data migration from Access to SQL Server using SSIS Upsert Destination (Insert, Update, Delete), along with few other topics such as how to create table using […]
Import SAP S/4HANA OData Service Data Into Ms Access via ODBC Driver
Introduction In our previous blog we saw how to read JIRA data in SQL Server. Now let’s learn how to Import SAP S/4HANA OData Service Data Into MS Access. SAP S/4HANA provides OData REST API interface to access data in your application using HTTP Protocol. We will use ODBC XML Driver to read SAP data and load […]
Import REST API in MS Access (Load JSON / SOAP XML)
Introduction In this post, we will learn how to import REST API in MS Access (JSON or SOAP XML data). We will use ODBC PowerPack to connect and query a JSON file / URL. JSON stands for JavaScript Object Notation and it is an Open and Standard format to read an object with attributes and values. JSON […]