Azure Database Integration SQLite to SQL

Jaasiel Diaz 1 Reputation point
2023-01-09T18:36:07.62+00:00

Hello,
Kindly, could you please advise?
We are developing a new Windows Application that will use a local SQLite Database and a Centralized Azure Database for the windows terminals, and they eventually need to sync.
Option 1 - Use a common sync process sending the SQLite data to an API and apply the necessary rules for the synchronization
Option 2 - Use DataFactory (Please remember is a windows Application)
We would really appreciate your advice on this.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2023-01-11T23:04:57.5766667+00:00

    Hello @Jaasiel Diaz
    Thanks for the question and using MS Q&A platform.
    As we understand the ask here is how to use ADF to pull data from SQL lite Azure database .
    At this time we do not ADF sup[port for SQL Lite , but reading through the document here , i am think you can try out the option for ODBC connector . But the solution whcih I am more confident is if you can create a CSV file from SQL lite locally and then ADF can read the CSV file and add that to the Azure database . One easy way can be to use powershell . Please have a look to this solution here

    Please do let me if you have any queries.
    Thanks
    Himanshu


    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
      • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.