I would like to use the documented SQL extension named LISTINDEX get the
table index by performing the following:
$sth = $dbh->prepare( qq[LISTINDEX $table $index] );
$sth->execute;
$idx = $sth->{????};
print "Index: $idx\n";
The problem here is that the statement attribute is not known (hence the
????). I have not found any information in the various distributions
that answer this question.
I am using:
Perl-5.005_02
DBI-1.06
Msql-Mysql-modules-1.2016
msql-2.0.7
Dennis M. Moroney
Senior Systems Administrator
University of Houston - Downtown
| Thread |
|---|
| • Getting index metadata with LISTINDEX | Dennis Moroney | 29 Apr |