Fabric supports creating a new database type based on a JDBC driver's specifications or overriding existing database types without the need for product enhancement.
Once saved, the database type appears in the Interface type dropdown list and can be selected when creating a new Interface.
To create a new database type, do the following:
Go to Project Tree > Shared Objects, right click Database Types and select New Database Type.
Populate the Driver's Settings:
Optional: Edit the Pool Properties and Fabric Properties fields.
&abc=[useSSL]
abc=false
A new database type can be created from a template to customize a built-in database type or when a new database type is very similar to an existing type.
To create a new database type from a template, do the following:
Go to Project Tree > Shared Objects, right click Database Types and select New Database Type From Template and then select the DB type, for example Oracle.
Edit the required properties. For example, add the following connection property for Oracle:
oracle.jdbc.ReadTimeout=10000
When creating a database type from a template based on an existing database type (for example, Oracle) make sure to save it with the same name (Oracle) in order to override default configurations, otherwise it will be handled as a new database type.
When introducing a new database type, the JDBC driver is saved under:
[Fabric Project's Directory]\[Project Name]\lib\[new database type].
Each database type is kept in a separate folder in order to avoid overlapping or conflicts with other drivers (dynamically loaded).
Note that the JDBC drivers are not part of the Fabric Deployment and must be copied to the Fabric server to the following folder prior to running the Linux server:
/home/k2view/ExternalJars/
Fabric supports creating a new database type based on a JDBC driver's specifications or overriding existing database types without the need for product enhancement.
Once saved, the database type appears in the Interface type dropdown list and can be selected when creating a new Interface.
To create a new database type, do the following:
Go to Project Tree > Shared Objects, right click Database Types and select New Database Type.
Populate the Driver's Settings:
Optional: Edit the Pool Properties and Fabric Properties fields.
&abc=[useSSL]
abc=false
A new database type can be created from a template to customize a built-in database type or when a new database type is very similar to an existing type.
To create a new database type from a template, do the following:
Go to Project Tree > Shared Objects, right click Database Types and select New Database Type From Template and then select the DB type, for example Oracle.
Edit the required properties. For example, add the following connection property for Oracle:
oracle.jdbc.ReadTimeout=10000
When creating a database type from a template based on an existing database type (for example, Oracle) make sure to save it with the same name (Oracle) in order to override default configurations, otherwise it will be handled as a new database type.
When introducing a new database type, the JDBC driver is saved under:
[Fabric Project's Directory]\[Project Name]\lib\[new database type].
Each database type is kept in a separate folder in order to avoid overlapping or conflicts with other drivers (dynamically loaded).
Note that the JDBC drivers are not part of the Fabric Deployment and must be copied to the Fabric server to the following folder prior to running the Linux server:
/home/k2view/ExternalJars/