Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
databaseconnectionmanagerdocumentation [2022/01/02 21:18] wikiadmin [Introduction] |
databaseconnectionmanagerdocumentation [2022/01/02 22:33] (current) wikiadmin [Configuration] |
||
---|---|---|---|
Line 13: | Line 13: | ||
===Introduction=== | ===Introduction=== | ||
- | This is used to configure and make a connection to a database. The individual [[vibreportinganddatabaseserverbeansdocumentation# | + | This is used to configure and make a connection to a database. The individual [[vibreportinganddatabaseserverbeansdocumentation# |
+ | |||
+ | ===Using in MIStudio=== | ||
+ | |||
+ | This Bean has no inputs or outputs. Once configured it can be selected from the list of available database managers in the Connection Name property of the individual SQL database beans. | ||
+ | |||
+ | ===Using in Scripts=== | ||
===Configuration=== | ===Configuration=== | ||
+ | |||
+ | **Database Driver Class Name**: The full JDBC database driver class name. See the documentation for your JDBC driver and also see Database Reference. | ||
+ | |||
+ | **Database URL**: The URL for the database. The format of this is usually something such as jdbc: | ||
+ | |||
+ | **User Name**: This is the login name for the database. | ||
+ | |||
+ | **Database Password**: The password for the User to log into the database | ||
+ | |||
+ | |||