in reply to Re: Extract metadata using syb_nsql
in thread Extract metadata using syb_nsql

This doesn't seem to capturing proper results from sp_help . I am doing below: my $sql = "sp_help master"; my @arr = $dbhndl->($sql,"HASH"); print keys %$arr; Any idea if I am doing anything wrong over here?