hi,
i have this system command
sqlcmd -E -i<input file> -o <outputfile>
i want to convert this into using dbi .
if i do a prepare and execute, how can i fetch the outputs
sql file contains different type of select/cursor statements.
any help is appreciated
thanks
ak