H_Nar
1
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
Genji
2
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:
- REST API method - Kintone REST API List
- Terminal method - Kintone Command Line Tool - cli-kintone tutorial
- Webhook method - Kintone Webhooks tutorial
- Automation platform method (Zapier, Make, etc.) - Setting Up Kintone x Zapier Integration - Kintone Help
- 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.