in reply to Extract metadata using syb_nsql
Have you tried:
my @metadata = $dbh->syb_nsql( 'sp_help tablename', 'HASH' );Sure the fact that sp_help prints to STDOUT (or is it STDERR) leads to some funky output that can easily be ignored (or write your own error callback), but all the metadata should be there.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Extract metadata using syb_nsql
by perl@1983 (Sexton) on Nov 11, 2010 at 21:15 UTC |