January 19, 2010 at 10:10 pm
I'm not a Perl user so, sorry, no joy there. I am curious, though... why are you using Perl to execute restores?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2010 at 6:39 am
i am creating a script to refresh devlopment database from production.
it will be called from a front end screen that lists source/target server and developer can refresh any dev database
January 20, 2010 at 8:51 am
i changed prepare to include an option solved the problem
my $sth = $db->prepare( $sql, { odbc_exec_direct => 1})
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply