Example: lrd_close_all_cursors

In the following example, lrd_close_all_cursors closes all cursors in the login1 connection.

lrd_stmt(Csr1, "drop table employees", -1, 0 /*Non deferred*/, 2 /*Ora V7*/, 0);
lrd_close_all_cursors(Con1);
lrd_close_connection(&Con1, 0, 0);