Connecting to Databases

How do I connect to a MySQL database with GenRocket Runtime?
How to connect to a MySQL database You will want to connect to your MySQL database for two reasons:  Reason 1: To retrieve data from the database while g...
Wed, 15 Nov, 2023 at 11:02 AM
How do I connect to an IBM DB2 Database?
Connection Steps For DB2 Database with GenRocket Runtime There can be two primary reasons for you to make a connection with a DB2 database with GenRocket: ...
Wed, 24 Aug, 2022 at 12:34 PM
How do I connect to a Postgresql database with GenRocket Runtime?
How to connect to a Postgresql Database You will want to connect to your Postgresql database for two reasons:  Reason 1: To retrieve data from the databa...
Tue, 23 Aug, 2022 at 10:37 AM
How do I connect to a Snowflake database with GenRocket Runtime?
How to connect to a Snowflake Database There can be two primary reasons for you to make a connection with a Snowflake database with GenRocket: Reason 1:...
Wed, 24 Aug, 2022 at 12:32 PM
How do I connect to a Redshift database with GenRocket Runtime?
How to connect to a Redshift Database There can be two primary reasons for you to make a connection with a Redshift database with GenRocket: Reason 1: T...
Wed, 24 Aug, 2022 at 12:30 PM
Running Scenarios: Optimize MySQL Database Insertion and Updating
Optimize MySQL Database Insert In order to make the data insertion faster, you need to append ?useServerPrepStmts=false&rewriteBatchedStatements=tru...
Mon, 23 Dec, 2019 at 2:07 AM
MySQL Version 8.0 java connector
For MySQL Version 8.0, please download the attachment for mysql-connector-java-8.0.13.jar to this link: https://s3.amazonaws.com/gr-groovy/mysql-connector-j...
Mon, 17 Dec, 2018 at 10:04 AM
ERROR: Communication link failure
Reason: There are various reasons due to which a "communication link failure" exception can occur. Some of the reasons are listed below: ...
Sat, 28 Oct, 2023 at 9:51 AM
--encrypt-file
Description The following command line options instruct GenRocket to encrypts a file into GenRocket's supported encryption.  Once a file has been encry...
Tue, 15 Mar, 2022 at 1:28 PM
--test-jdbc
Description The following command line options instruct GenRocket to test a JDBC connection.  Some GenRocket Receivers have the capability to connect to SQ...
Mon, 12 Mar, 2018 at 11:36 AM