MSSQL is one of the external data sources you can use on the Kuika platform. You can connect an existing MSSQL database as a data source to an application you develop in Kuika. In this guide, you will learn how to add a data source to your applications using MSSQL.
This training content consists of the following topics:
After clicking the CREATE button, fill in the following fields on the screen that opens:
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;Encrypt=true;Connection Timeout=30;
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
SELECT * FROM [TableName];
By following these steps you can connect the MSSQL data source to your Kuika applications.