I've noticed a couple of irregularities. (recent CPAN installs with Pipe field tables)
1)order by will sort lower case after upper. b,C,B,A,a,b will order by: A,B,C,a,b,c 2)no errors returned on update parameter mismatch: my $sql2='UPDATE some_table SET field1=? WHERE field2=?'; my $sth2=$dbh->prepare($sql2); $sth2->execute($field1,$field2,$field3,$field3,$field4) or die "Cannot execute2: $DBI::errstr\n"; will just execute, even with: RaiseError=>1 , don't know what happens if they are underloaded. Just thought (Jeff Zucker) may have wanted to know... AnyData is way cool! Jeff
