The External DB option on Quixy’s Create Data Table page allows you to connect directly to an external Microsoft SQL Server (MSSQL) database. This connection allows you to access and use the data stored in the MSSQL database directly within Quixy applications without needing to store it separately.
If your organization already maintains a database, you can link it with the External DB option to access and use the data. This ensures you always work with the latest information while avoiding duplicate storage.
Now, let’s explore some practical scenarios where connecting an external database makes managing and updating data easier.
¶ Use Case
¶ Scenario 1: Connect Warehouse and Factory Data
Streamline warehouse operations by linking your app to the factory’s database.
View real-time stock levels and shipment updates instantly.
Automatically update records when the factory processes new shipments or stock changes.
Set up alerts for reorders to prevent stock shortages.
This integration eliminates manual tracking and keeps warehouse management smooth and efficient.
¶ Scenario 2: Integrate Your CRM (Customer Relationship Management)
Keep customer data accurate and accessible by connecting your CRM system.
Sync customer details—names, contacts, and order histories—seamlessly.
Automatically update records whenever changes occur in the CRM.
Enable teams to provide seamless support with up-to-date customer information.
This setup saves time and ensures consistent data across all teams.
¶ Scenario 3: Automate Inventory Management
Track inventory efficiently by linking your stock database.
Display real-time stock levels in your app.
Automatically update inventory data when items are sold, or new stock arrives.
Reduce manual data entry and minimize errors.
This integration simplifies inventory tracking and ensures reliable data for decision-making.
Before creating a data table from an external database, ensure that the External Database Connection is set up. This connection securely links Quixy with the external database, enabling seamless data flow.
Once the connection is established, you can effortlessly create a data table and pull in live data from the external source.
Navigate to the Admin Menu → Database → External Database Connection.
Upon selecting External Database Connections, a Create External Database Connection window appears and when clicked on +Create External Database Connection button, the Create External Database Connection page opens
On Create External Database Connection page, enter the following details:
Example Connection String
Data Source=172.162.12.36;Initial Catalog=QuixyTest;User ID=sa;Password=n@v@yUg@kw!x##
Let’s break down the example connection string to understand each part in detail:
Now that the connection is established, you can create a Data Table using the external database by following these steps:
Note
Ensure the connection type is set to External Database Source instead of Quixy Native to view the data tables created from an external database in the Data Tables List.