Excerpt | ||
---|---|---|
| ||
The Table Grid add on uses the hibernate framework as underlying level for handling all database related connectivity. This approach gives possibility to use any database supported by Hibernate, as long as the required database drivers for that database are available for the table grid plugin. |
Info |
---|
In version 1.12 of the table grid editor, we introduced the Datasource Specifications. You can configure datasources and use them in multiple grids. The inner specifications are meant for backward compatibility. |
The Table Grid Editor add-on uses the hibernate framework as underlying level for handling all database related connectivity. This approach gives possibility to use any database supported by Hibernate, as long as the required database drivers for that database are available for the add-on.
Current version of Table Grid Editor is delivered with several embedded jdbc database drivers for MySql, PostgreSQL, MS Sql Server and Oracle.
Following properties can be defined / used
...
Also check the database reserved words. If you use this as a column name in your query, you will get a warning that this might collide with the underlying dml/ddl.
Check also connecting the grid to a database for some examples of how to configure the grid.
Warning |
---|
|