How do I connect Kintone with my mssql server?

Question / Problem

How do I connect my Kintone App to my mssql server?

Current Situation

How is your Kintone App configured? What are you trying to do?

Code / Attempts

Share your code and setup

Error Message

Screenshots are helpful

Desired Outcome / Expected Behavior

Screenshots are helpful

Referenced Resources

List the tutorials, API docs, & help article you read

Hello @H_Nar

Housekeeping

Please use the provided template when submitting questions.
The more information you provide, the better we can help you.

Clarification - What do you mean by mssql?

Do you mean MySQL or Microsoft SQL (MS SQL)?

Ways to Get Data from a Kintone App

Here are 5 ways you can extract data from a Kintone App:

  1. REST API method - Kintone REST API List
  2. Terminal method - Kintone Command Line Tool - cli-kintone tutorial
  3. Webhook method - Kintone Webhooks tutorial
  4. Automation platform method (Zapier, Make, etc.) - Setting Up Kintone x Zapier Integration - Kintone Help
  5. CSV or Excel file method - Exporting Data to a File - Kintone Help

Once you have the data, you can import it into your database with your preferred method.