• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Azure SQL DB data into Adobe InDesign

New Here ,
Jun 02, 2020 Jun 02, 2020

Copy link to clipboard

Copied

Hi Team,

 

I am currently working on a client project that has unique reporting/printing needs.

My data is stored inside the Azure SQL database server. How can I connect the Adobe InDesign tool to the Azure SQL DB data? Is there any inbuilt connector available inside Adobe InDesign? Or, is there any third party connector available in the market?

 

I would greatly appreciate it if you could provide any input on the same.

 

Thanks,

Sandeep

 

TOPICS
How to , Import and export , Sync and storage

Views

895

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 02, 2020 Jun 02, 2020

Copy link to clipboard

Copied

Check out: 

  • Em Software
  • 65bit
  • Teacup Software

 

Another option would be to use Microsoft Excel to connect to the database--it has options build in . Then place the Excel file into InDesign by linking to the Excel file. 

David Creamer: Community Expert (ACI and ACE 1995-2023)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 02, 2020 Jun 02, 2020

Copy link to clipboard

Copied

LATEST

If you want to develop something yourself then you can take the following route

  • Create a CEP extension, query the Azure DB using the JS connector. Look at https://docs.microsoft.com/en-us/azure/azure-sql/database/connect-query-nodejs?tabs=macos
  • Create a C++ plugin, this will be needed if you have to make the solution run in IDS server as well. In this you have endless possiblites as the C++ language should have binding for the said DB. You could also create a C# dll load it and use it inside the plugin if this is just a windows solution

 

-Manan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines