Re: perl dbi



On Thu, Jul 17, 2008 at 7:19 PM, gene golub <gene_golub@xxxxxxxxxxx> wrote:

1. how do you process procedures

Often the same or nearly the same way you process other SQL statements.
There are often examples in the DBD::* (whatever DBD you are using)
documentation.

2. what if I have multiple select or exec statements? Can dump output to file and process it in awk or egrep manner?

You're not very clear here. Yes you can execute multiple statements...with
multiple calls to execute(). You can pretty easily output results to a
file, there
are probably even modules to make it even easier.

HTH,
Douglas Wilson
.