Example: lrd_dynamic

In the following example, the lrd_dynamic function instructs the server to create a new dynamic table.

lrd_stmt(Csr1, "use pbdemodb ", -1, 148, -99999, 0);
lrd_exec(Csr1, 0, 0, 0, 0, 0);
lrd_result_set(Csr1, -205 /*End results*/, 4046 /*Done*/, 0);
lrd_dynamic(Csr1, "", -1, "create table dynamic (first CHAR(10),second " 
    "CHAR(10),third INT)", -1, 719, 0);
lrd_exec(Csr1, 0, 0, 0, 0, 0);