Connections How To's
How to's for the Connections guide.
How to create a REST API connection
How to define a new MySQL connection
- Open the Connections panel in the IDE.
- Click + New Connection and choose MySQL.
- Enter the host address (e.g., 'localhost') and port (default: 3306).
- Provide the database name, username, and password.
- Click Test Connection to verify access.
- Save the connection for later use in forms or flows.
How to configure an SAP RFC connection
How to define a new MSSQL connection
- Open the IDE and navigate to the Connections panel.
- Click + New Connection and choose MSSQL.
- Fill in the server name, database name, and authentication method.
- Test the connection using the Test Connection button.
- Click Save to use the connection in your forms or flows.
How to define a new ODBC connection
- Go to the Connections section in the IDE.
- Click + New Connection and select ODBC.
- Enter the ODBC driver name or DSN (e.g., 'MyDataSource').
- Provide the full connection string required by the driver.
- Enter credentials if authentication is needed.
- Use Test Connection to check connectivity.
- Save and use the connection in your applications.
How to define a new Oracle connection
- Navigate to the Connections panel in the IDE.
- Click + New Connection and choose Oracle.
- Enter the host and port of your Oracle server.
- Specify the Service Name or SID.
- Provide your Oracle username and password.
- Click Test Connection to validate settings.
- Save the connection for reuse.