get_results($adbc_sql); foreach($result as $row){ $aDBc_tableID += 1; $total_rows += $row->Rows; $table_size = ($row->Data_length + $row->Index_length) / 1024; $total_size += $table_size; $total_lost += $row->Data_free; echo "\n"; } ?>
". $aDBc_tableID ." ". $row->Name ." ". $row->Rows ." ". sprintf("%0.2f", $table_size) ." KB ". ($row->Data_free > 0 ? $row->Data_free . ' o' : '--') ."
KB'; ?> o'; ?>