October 2013
Beginner to intermediate
270 pages
5h 41m
English
This simple recipe shows how to execute database management and table related commands.
Create a new job jo_cook_ch07_0100_tableManagement.
The steps to be performed are as follows:
cookbookDB connection onto the canvas and select the component tMysqlRow." CREATE TABLE `test_mysqlrow` ( `id` int(11) NOT NULL, `data` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`) ) "
testMysqlRow has been created.The tMysqlRow component is the database equivalent of both tJava and tJavaRow, it can be used within a flow like tJavaRow or standalone like tJava.
That said, the tMysqlRow component is most commonly ...
Read now
Unlock full access