Re: diffrent amount of datasets with "mysql" man perl

2002-05-14 Thread Samier . Kesou
] n.de Kopie: Thema:diffrent amount of datasets with "mysql" man perl 14.0

diffrent amount of datasets with "mysql" man perl

2002-05-14 Thread Samier . Kesou
Hello, im using mysql 3.23.41-log perl 5.6 This might be a perl question but I have to start somewhere:-) to get the data out of the DB im using: --- perl snip --- while (my @fields = $sth->fetchrow_array()) { print join (";", @fields), "\n"; } --- perl snip --- so each data set is presen