DbSchema Informix ER Diagram Designer

DbSchema is a Informix ER diagram database designer and query tool. Using DbSchema, you can design and document Informix databases while connected to the database server or without a connection.

Next, you can share the design with the team using Git. The design model loaded in DbSchema can be compared with the database, synchronization scripts can be generated, and the schema can be deployed to any database server.

DbSchema Database Designer

Download DbSchema

How to Connect to Informix Database

  1. Access the Connection Dialog

    Choose "Connect to the database" or "New Model Connected to the Database" will let you select your database and open the Connection Dialog.

    DbSchema automatically downloads the JDBC driver to connect to your database.

  2. Configure the Connection
  3. In the Connection Dialog window, select the JDBC URL you want to connect with. If your database is running in the cloud, choose Edit Manually and insert the JDBC URL from the cloud console.

    Enter the host name, the authentication details, select your database as described in the Connection Dialog page.

  4. Troubleshoot Firewall Issues
  5. If you encounter connection issues, it may be due to firewall settings. Read how to enable Firewall Connections.
Remember to enable Windows Firewalls Firewalls & anti-viruses may block database connections.

To connect to an Informix instance you are required to enter the host where the database is running, the port ( default 9088 ), the database user ( default informix ) with the password entered during informmix installation, the server name and database name.
How to connect to Informix database

The server name is the value listed in the database server Windows menu ( if is running on a Windows host ).
How to list the Informix server name

The database can be created by starting this command prompt and entering the below.
How to create database in Informix

Guided Informix Installation

Start the Server Instance Manager
Start the Informix instance

Create new instance
Create new Informix instance
Create new Informix instance

Configure it...
Configure Informix instance
Configure Informix instance
Configure Informix instance

Enter the informix password. This you will need also in DbSchema
Enter the Informix password

Connect from DbSchema to Informix
How to connect DbSchema to Informix database