> my $rs = $dbh->selectall_arrayref("select * from table");
> # count
> print "count: $#$rs\n";one user told me - and i read about, too. this row counter will not give correct results on some database servers... i'm not sure if mssql will work correctly, but this may create problems if you like to program platform independend. Alex
