http://www.perlmonks.org?node_id=932587


in reply to Source command in perl script

Can you do what you need using DBI and DBD::DB2?

True laziness is hard work

Replies are listed 'Best First'.
Re^2: Source command in perl script
by bannaN (Acolyte) on Oct 20, 2011 at 08:34 UTC
    To my knowledge DBD::DB2 doesnt support execution of sql scripts / ddl file that sets up a database. But if thats wrong i would be very happy if someone would enlighten me.

    Just to be clear. The task of the ddl file contains definition of numerous tables.

      bannaN:

      One of the examples (Listing 5) in this article show how to do DDL with DBI and DBD::DB2, so perhaps you can just convert your script.

      ...roboticus

      When your only tool is a hammer, all problems look like your thumb.

      Update: Trivial edit (specify which example performs DDL), changed plural to singular.