Connecting to Databases

How does GenRocket work with Databases?
Description This article explains how GenRocket works with databases -- specifically, how to import your data model into GenRocket Web from a database and ...
Tue, 1 Oct, 2024 at 3:15 PM
GenRocket Supported Databases
Description This article covers the most common SQL, NoSQL, and Fixed File/Flat File Databases that GenRocket can connect to for data queries and populatin...
Thu, 27 Jun, 2024 at 1:58 PM
What Is JDBC?
Java™ database connectivity (JDBC) is the JavaSoft specification of a standard application programming interface (API) that allows Java programs to access d...
Thu, 5 Sep, 2024 at 4:31 PM
What is a JDBC Config File?
Description A JDBC configuration file contains a standard set of parameters that enables a source (i.e., GenRocket Runtime) to connect to a target database...
Tue, 17 Sep, 2024 at 4:17 PM
How do I Structure Resource Subdirectories to Store Config Files?
Description This article discusses best practices for defining and structuring resource subdirectories.  To understand why and where resource subdirectorie...
Mon, 26 Aug, 2024 at 11:37 AM
How do I Encrypt Config and Property Files?
Description You can encrypt your configuration and properties files using the GenRocket Runtime encrypt file command. Once a file has been encrypted, it wi...
Fri, 6 Sep, 2024 at 8:05 AM
How to test a JDBC Connection (--test-jdbc)
Description The following command-line options instruct GenRocket to test a JDBC connection for SQL databases. They cannot be used to test a JDBC connectio...
Tue, 1 Oct, 2024 at 3:03 PM
How do I set up GenRocket Runtime to connect to a database?
Description GenRocket Runtime must be connected to a database before a query or data insertion can be performed during test data generation. Primary Re...
Sun, 6 Oct, 2024 at 8:40 AM
How do I connect to a MS SQL database with GenRocket Runtime?
In This Article How to Connect to MS SQL Database Step 1 - Create a JDBC Config File (config.properties) Step 2 - (Optional) Encrypt the JDBC Config fil...
Fri, 13 Sep, 2024 at 7:22 AM
How do I connect to an Oracle database with GenRocket Runtime?
In This Article  Oracle Database Connection Steps  Step 1 - Create a JDBC Config File (config.properties) Step 2 - (Optional) Encrypt the JDBC Config fi...
Fri, 4 Oct, 2024 at 10:23 AM